timers: Fixup allmodconfig build issue
authorJohn Stultz <john.stultz@linaro.org>
Mon, 6 Dec 2010 21:32:12 +0000 (13:32 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 10 Dec 2010 19:54:02 +0000 (11:54 -0800)
commit9bb99b147018945366c763b3d4d7008927dc8557
tree4a0f34124883a36fc4030ac91582eb797fbcc138
parent1f5a24794a54588ea3a9efd521be31d826e0b9d7
timers: Fixup allmodconfig build issue

Adds missed EXPORT_SYMBOL lines that cause the following build
failures with allmodconfig:
ERROR: "timerqueue_add" [drivers/rtc/rtc-core.ko] undefined!
ERROR: "timerqueue_getnext" [drivers/rtc/rtc-core.ko] undefined!
ERROR: "timerqueue_del" [drivers/rtc/rtc-core.ko] undefined!

Reported-by: Ingo Molnar <mingo@elte.hu>
Reported-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
lib/timerqueue.c