aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/hp_sdc.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-07-18 17:09:46 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-07-18 17:10:36 -0700
commitdc3e8247eb90655c0ff01ce03bdf3aa5868f1cde (patch)
treec61d9015dc69de2d04337f450a5fbf2548876ff9 /drivers/input/serio/hp_sdc.c
parentInput: pmic8xxx-keypad - fix a leak of the IRQ during init failure (diff)
downloadlinux-dev-dc3e8247eb90655c0ff01ce03bdf3aa5868f1cde.tar.xz
linux-dev-dc3e8247eb90655c0ff01ce03bdf3aa5868f1cde.zip
Input: hp_sdc - staticize hp_sdc_kicker()
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>
Diffstat (limited to '')
-rw-r--r--drivers/input/serio/hp_sdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/hp_sdc.c b/drivers/input/serio/hp_sdc.c
index 42206205e4f5..979c443bf1ef 100644
--- a/drivers/input/serio/hp_sdc.c
+++ b/drivers/input/serio/hp_sdc.c
@@ -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. */