Gitweb: http://git.kernel.org/linus/9a03fbe802f4bd676de17af61aaaab8969982439 Commit: 9a03fbe802f4bd676de17af61aaaab8969982439 Parent: 3eaa750d5652afbb9c8f25308c3647f89e41cefb Author: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> AuthorDate: Wed Apr 15 09:03:07 2009 -0700 Committer: Dmitry Torokhov <dmitry.torokhov@gmail.com> CommitDate: Wed Apr 15 09:04:03 2009 -0700 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> --- 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 f63995f..3941f97 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()) -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
