commit | 9bb99b147018945366c763b3d4d7008927dc8557 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Mon Dec 06 13:32:12 2010 -0800 |
committer | John Stultz <john.stultz@linaro.org> | Fri Dec 10 11:54:02 2010 -0800 |
tree | 4a0f34124883a36fc4030ac91582eb797fbcc138 | |
parent | 1f5a24794a54588ea3a9efd521be31d826e0b9d7 [diff] |
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>