From: Andi Kleen Date: Tue, 19 May 2009 20:49:07 +0000 (+0200) Subject: Export add_timer_on for modules X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a9862e0560866eadbc59b84867492004da436516;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git Export add_timer_on for modules Needed in followon patch. Signed-off-by: Andi Kleen Signed-off-by: H. Peter Anvin Signed-off-by: Hidetoshi Seto Signed-off-by: H. Peter Anvin --- diff --git a/kernel/timer.c b/kernel/timer.c index cffffad01c3..e2c47b82ac3 100644 --- a/kernel/timer.c +++ b/kernel/timer.c @@ -756,6 +756,7 @@ void add_timer_on(struct timer_list *timer, int cpu) wake_up_idle_cpu(cpu); spin_unlock_irqrestore(&base->lock, flags); } +EXPORT_SYMBOL_GPL(add_timer_on); /** * del_timer - deactive a timer.