Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc3e8247 authored by Axel Lin's avatar Axel Lin Committed by Dmitry Torokhov
Browse files

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: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent edf21d9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */