aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
diff options
context:
space:
mode:
authorHolger Freyther <zecke@openmoko.org>2008-11-19 17:09:35 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:35 +0000
commitf87838a1d355a85a9609682102b7b58e6b14dbda (patch)
treecda24c112879b7bc00b81877f2c4725269d7b119 /drivers/input/keyboard
parent5239b45897ee1d7e01176b8fd59278e194e38335 (diff)
Remove dead code
Signed-Off-by: Holger Freyther <zecke@openmoko.org>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r--drivers/input/keyboard/neo1973kbd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/neo1973kbd.c b/drivers/input/keyboard/neo1973kbd.c
index 99ca9c32ccc..30f324d939e 100644
--- a/drivers/input/keyboard/neo1973kbd.c
+++ b/drivers/input/keyboard/neo1973kbd.c
@@ -29,7 +29,6 @@
struct neo1973kbd {
struct input_dev *input;
unsigned int suspended;
- unsigned long suspend_jiffies;
};
static irqreturn_t neo1973kbd_aux_irq(int irq, void *dev_id)