From: Ilpo Järvinen Date: Wed, 15 Apr 2009 16:03:07 +0000 (-0700) Subject: Input: pc110pad - remove unused variable dev X-Git-Tag: v2.6.31-rc4~17^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a03fbe802f4bd676de17af61aaaab8969982439;p=profile%2Fcommon%2Fkernel-common.git Input: pc110pad - remove unused variable dev dev is leftover from b0ee0d3eb31a163c958f2960906c44bcdfdc607b (Input: pc110pad - use no_pci_devices()). Signed-off-by: Ilpo Järvinen Signed-off-by: Dmitry Torokhov --- 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())