From: John Stultz Date: Fri, 29 Apr 2011 22:03:10 +0000 (-0700) Subject: timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=n X-Git-Tag: v3.0-rc1~400^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472647dcd7e351dbeda750e5ab3e8f7b06d1199a;p=pandora-kernel.git timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=n Ingo pointed out that the alarmtimers won't build if CONFIG_RTC_CLASS=n. This patch adds proper ifdefs to the alarmtimer code to disable the rtc usage if it is not built in. Reported-by: Ingo Molnar Signed-off-by: John Stultz Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed