]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/keyboard/omap-keypad.c
[ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it be static?"
[linux-2.6-omap-h63xx.git] / drivers / input / keyboard / omap-keypad.c
index dcea87a0bc5674e16b88502273b903d684800663..039787f81ed88e40ef3b8358445abb8ce8619e54 100644 (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;