diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-04-16 17:51:52 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-04-16 17:51:52 +0200 |
commit | 0c387ec88abf4f1ddfe8c3be10ea981bc447b406 (patch) | |
tree | 7510842a16aa54e3fec96aed2b3126109cda8d85 /drivers/input/mouse | |
parent | Merge branch 'next' into for-linus (diff) | |
parent | Input: ads7846 - fix unsafe disable_irq (diff) | |
download | linux-0c387ec88abf4f1ddfe8c3be10ea981bc447b406.tar.xz linux-0c387ec88abf4f1ddfe8c3be10ea981bc447b406.zip |
Merge branch 'next' into for-linus
Diffstat (limited to 'drivers/input/mouse')
-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()) |