diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2009-04-15 09:03:07 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-04-15 09:04:03 -0700 |
commit | 9a03fbe802f4bd676de17af61aaaab8969982439 (patch) | |
tree | 22531901da5e7981c886d3f198799c421618a377 /drivers/input/mouse/pc110pad.c | |
parent | 3eaa750d5652afbb9c8f25308c3647f89e41cefb (diff) | |
download | linux-9a03fbe802f4bd676de17af61aaaab8969982439.tar.gz |
Input: pc110pad - remove unused variable dev
dev is leftover from b0ee0d3eb31a163c958f2960906c44bcdfdc607b
(Input: pc110pad - use no_pci_devices()).
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/pc110pad.c')
-rw-r--r-- | drivers/input/mouse/pc110pad.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/pc110pad.c b/drivers/input/mouse/pc110pad.c index f63995f854ff..3941f97cfa60 100644 --- a/drivers/input/mouse/pc110pad.c +++ b/drivers/input/mouse/pc110pad.c @@ -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()) |