From: John Stultz Date: Mon, 6 Dec 2010 21:32:12 +0000 (-0800) Subject: timers: Fixup allmodconfig build issue X-Git-Tag: v2.6.38-rc1~416^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb99b147018945366c763b3d4d7008927dc8557;p=pandora-kernel.git 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 Reported-by: Thomas Gleixner Signed-off-by: John Stultz --- Reading git-diff-tree failed