Commit 9a03fbe8 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Dmitry Torokhov

Input: pc110pad - remove unused variable dev

dev is leftover from b0ee0d3e
(Input: pc110pad - use no_pci_devices()).
Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 3eaa750d
......@@ -108,7 +108,6 @@ static int pc110pad_open(struct input_dev *dev)
*/
static int __init pc110pad_init(void)
{
struct pci_dev *dev;
int err;
if (!no_pci_devices())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment