rtc: stmp3xxx: Remove UIE handlers
authorWolfram Sang <w.sang@pengutronix.de>
Wed, 25 May 2011 10:56:53 +0000 (12:56 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Sat, 2 Jul 2011 01:09:57 +0000 (18:09 -0700)
commit7e794cb7e36ccdb8c44b8ca7738720625b7aa2da
tree4092b4402f32813f2554481752e2d45faedf31c1
parentb5167159d4341d408ef6b941975f2fe8973b2a94
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 <w.sang@pengutronix.de>
Tested-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/rtc/rtc-stmp3xxx.c