]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Input: hp_sdc - staticize hp_sdc_kicker()
authorAxel Lin <axel.lin@gmail.com>
Tue, 19 Jul 2011 00:09:46 +0000 (17:09 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
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 <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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. */