* [PATCH] Input: pc110pad - remove unused variable dev
@ 2009-04-15 10:38 Ilpo Järvinen
2009-04-15 15:39 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Ilpo Järvinen @ 2009-04-15 10:38 UTC (permalink / raw)
To: Dmitry Torokhov, linux-input, Roel Kluin; +Cc: Andrew Morton
[-- Attachment #1: Type: TEXT/PLAIN, Size: 628 bytes --]
dev is leftover from b0ee0d3eb31a163c958f2960906c44bcdfdc607b
(Input: pc110pad - use no_pci_devices()).
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
---
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())
--
1.5.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-15 15:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 10:38 [PATCH] Input: pc110pad - remove unused variable dev Ilpo Järvinen
2009-04-15 15:39 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).