diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-05-04 11:31:28 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-05-20 06:33:51 -0400 |
commit | 1726982f20ebb90f9b2fcdda6686e244f6af83e2 (patch) | |
tree | eeb896e7e2fa2e0a8a23fd5984f1120d5104efbd /drivers/rtc/rtc-mxc.c | |
parent | 7457d5f588dfc038cef66e4645abbe9c06481504 (diff) |
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/rtc-mxc.c')
-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 7bd89d90048f..359876a88ac8 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) | |||
240 | mxc_rtc_irq_enable(&pdev->dev, RTC_ALM_BIT, 0); | 240 | mxc_rtc_irq_enable(&pdev->dev, RTC_ALM_BIT, 0); |
241 | } | 241 | } |
242 | 242 | ||
243 | if (status & RTC_1HZ_BIT) | ||
244 | events |= (RTC_UF | RTC_IRQF); | ||
245 | |||
246 | if (status & PIT_ALL_ON) | 243 | if (status & PIT_ALL_ON) |
247 | events |= (RTC_PF | RTC_IRQF); | 244 | events |= (RTC_PF | RTC_IRQF); |
248 | 245 | ||