Sfoglia il codice sorgente

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>
Axel Lin 14 anni fa
parent
commit
dc3e8247eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      drivers/input/serio/hp_sdc.c

+ 1 - 1
drivers/input/serio/hp_sdc.c

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