From: Wolfram Sang Date: Wed, 25 May 2011 10:56:53 +0000 (+0200) Subject: rtc: stmp3xxx: Remove UIE handlers X-Git-Tag: v3.1-rc1~295^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e794cb7e36ccdb8c44b8ca7738720625b7aa2da;p=pandora-kernel.git rtc: stmp3xxx: Remove UIE handlers The RTC core handles UIE since 6610e08 (RTC: Rework RTC code to use timerqueue for events), so remove the specific interrupt in this driver. To make it work at all, enable interrupts in set_alarm() if needed. Drop IRQF_DISABLED which is deprecated, while we are here. Finally, add my copyright after all these changes. Signed-off-by: Wolfram Sang Tested-by: Shawn Guo Signed-off-by: John Stultz --- Reading git-diff-tree failed