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)
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>

No differences found