aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/hgpk.c
diff options
context:
space:
mode:
authorRené Bolldorf <xsecute@googlemail.com>2009-12-29 23:06:52 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-12-29 23:20:09 -0800
commitc6bde2d9cb75a41cd2b331953784843b4caa89df (patch)
tree44f2aed52f9bfbb55cf63ddbb3f638acc56af696 /drivers/input/mouse/hgpk.c
parentInput: matrix-keypad - handle cases when GPIOs can't be wakeup sources (diff)
downloadlinux-dev-c6bde2d9cb75a41cd2b331953784843b4caa89df.tar.xz
linux-dev-c6bde2d9cb75a41cd2b331953784843b4caa89df.zip
Input: psmouse - fix compile warning in hgpk module
The variable 'dev' is unused in function 'hgpk_register'. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/hgpk.c')
-rw-r--r--drivers/input/mouse/hgpk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/hgpk.c b/drivers/input/mouse/hgpk.c
index b146237266d8..90be30e93556 100644
--- a/drivers/input/mouse/hgpk.c
+++ b/drivers/input/mouse/hgpk.c
@@ -427,7 +427,6 @@ static void hgpk_recalib_work(struct work_struct *work)
static int hgpk_register(struct psmouse *psmouse)
{
- struct input_dev *dev = psmouse->dev;
int err;
/* register handlers */