Input: hp_sdc - staticize hp_sdc_kicker()
authorAxel Lin <[email protected]>
Tue, 19 Jul 2011 00:09:46 +0000 (17:09 -0700)
committerDmitry Torokhov <[email protected]>
Tue, 19 Jul 2011 00:10:36 +0000 (17:10 -0700)
It's not referenced outside this file so there's no need for it to be in
the global name space.

Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/serio/hp_sdc.c

index 42206205e4f53700a9fcfb13200666381c3402c1..979c443bf1efa78fc150cd190073e111d907b842 100644 (file)
@@ -795,7 +795,7 @@ int hp_sdc_release_cooked_irq(hp_sdc_irqhook *callback)
 
 /************************* Keepalive timer task *********************/
 
-void hp_sdc_kicker (unsigned long data)
+static void hp_sdc_kicker(unsigned long data)
 {
        tasklet_schedule(&hp_sdc.task);
        /* Re-insert the periodic task. */