diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-05-04 17:31:28 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-05-20 12:33:51 +0200 |
commit | 1726982f20ebb90f9b2fcdda6686e244f6af83e2 (patch) | |
tree | eeb896e7e2fa2e0a8a23fd5984f1120d5104efbd /drivers/rtc | |
parent | 7457d5f588dfc038cef66e4645abbe9c06481504 (diff) | |
download | op-kernel-dev-1726982f20ebb90f9b2fcdda6686e244f6af83e2.zip op-kernel-dev-1726982f20ebb90f9b2fcdda6686e244f6af83e2.tar.gz |
rtc: mxc: remove UIE signaling
The RTC core handles it since 6610e08 (RTC: Rework RTC code to use
timerqueue for events).
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-mxc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/rtc/rtc-mxc.c b/drivers/rtc/rtc-mxc.c index 7bd89d9..359876a 100644 --- a/drivers/rtc/rtc-mxc.c +++ b/drivers/rtc/rtc-mxc.c @@ -240,9 +240,6 @@ static irqreturn_t mxc_rtc_interrupt(int irq, void *dev_id) mxc_rtc_irq_enable(&pdev->dev, RTC_ALM_BIT, 0); } - if (status & RTC_1HZ_BIT) - events |= (RTC_UF | RTC_IRQF); - if (status & PIT_ALL_ON) events |= (RTC_PF | RTC_IRQF); |