[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>
This commit is contained in:
Russell King
2008-09-05 15:13:24 +01:00
committed by Russell King
parent c0fc18c5bf
commit 7c8ad9828e
7 changed files with 16 additions and 9 deletions

View File

@@ -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;