Commit 1a32a102 authored by Arjan van de Ven's avatar Arjan van de Ven Committed by Linus Torvalds

[PATCH] unexport add_timer_on()

add_timer_on() isn't used by modules (in fact it's only used ONCE, in
workqueue.c) and it's not even a good api for drivers, in fact, the comment
for it says

 * This is not very scalable on SMP. Double adds are not possible.
Signed-off-by: default avatarArjan van de Ven <arjan@infradead.org>
Acked-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2624f98a
...@@ -241,7 +241,6 @@ void add_timer_on(struct timer_list *timer, int cpu) ...@@ -241,7 +241,6 @@ void add_timer_on(struct timer_list *timer, int cpu)
spin_unlock_irqrestore(&base->lock, flags); spin_unlock_irqrestore(&base->lock, flags);
} }
EXPORT_SYMBOL(add_timer_on);
/*** /***
* mod_timer - modify a timer's timeout * mod_timer - modify a timer's timeout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment