Commit 76e8b3a4 authored by Hirofumi Ogawa's avatar Hirofumi Ogawa Committed by Linus Torvalds

[PATCH] don't export add_timer

This removes EXPORT_SYMBOL(add_timer) since add_timer() became inline
recently.
parent f6024824
...@@ -432,7 +432,6 @@ EXPORT_SYMBOL(probe_irq_off); ...@@ -432,7 +432,6 @@ EXPORT_SYMBOL(probe_irq_off);
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
EXPORT_SYMBOL(del_timer_sync); EXPORT_SYMBOL(del_timer_sync);
#endif #endif
EXPORT_SYMBOL(add_timer);
EXPORT_SYMBOL(del_timer); EXPORT_SYMBOL(del_timer);
EXPORT_SYMBOL(mod_timer); EXPORT_SYMBOL(mod_timer);
EXPORT_SYMBOL(__mod_timer); EXPORT_SYMBOL(__mod_timer);
......
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