summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/omap-keypad.c
diff options
context:
space:
mode:
authorRussell King2008-09-05 16:13:24 +0200
committerRussell King2008-09-05 18:02:34 +0200
commit7c8ad9828e793573877fd60868bb5d2f1e3b64da (patch)
tree0ccea95c2b6186ce5886ad2584ba99c128cc74ec /drivers/input/keyboard/omap-keypad.c
parent[ARM] omap: fix lots of 'Using plain integer as NULL pointer' (diff)
downloadkernel-qcow2-linux-7c8ad9828e793573877fd60868bb5d2f1e3b64da.tar.gz
kernel-qcow2-linux-7c8ad9828e793573877fd60868bb5d2f1e3b64da.tar.xz
kernel-qcow2-linux-7c8ad9828e793573877fd60868bb5d2f1e3b64da.zip
[ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it be static?"
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/input/keyboard/omap-keypad.c')
-rw-r--r--drivers/input/keyboard/omap-keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/omap-keypad.c b/drivers/input/keyboard/omap-keypad.c
index dcea87a0bc56..039787f81ed8 100644
--- a/drivers/input/keyboard/omap-keypad.c
+++ b/drivers/input/keyboard/omap-keypad.c
@@ -62,7 +62,7 @@ struct omap_kp {
unsigned int debounce;
};
-DECLARE_TASKLET_DISABLED(kp_tasklet, omap_kp_tasklet, 0);
+static DECLARE_TASKLET_DISABLED(kp_tasklet, omap_kp_tasklet, 0);
static int *keymap;
static unsigned int *row_gpios;