aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/timer.c b/kernel/timer.c
index cffffad01c31..e2c47b82ac36 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -756,6 +756,7 @@ void add_timer_on(struct timer_list *timer, int cpu)
756 wake_up_idle_cpu(cpu); 756 wake_up_idle_cpu(cpu);
757 spin_unlock_irqrestore(&base->lock, flags); 757 spin_unlock_irqrestore(&base->lock, flags);
758} 758}
759EXPORT_SYMBOL_GPL(add_timer_on);
759 760
760/** 761/**
761 * del_timer - deactive a timer. 762 * del_timer - deactive a timer.