Skip to content

Commit

Permalink
Input: hp_sdc - staticize hp_sdc_kicker()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Jul 19, 2011
1 parent edf21d9 commit dc3e824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/serio/hp_sdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit dc3e824

Please sign in to comment.