summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-05-04 15:31:28 (GMT)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-05-20 10:33:51 (GMT)
commit1726982f20ebb90f9b2fcdda6686e244f6af83e2 (patch)
treeeeb896e7e2fa2e0a8a23fd5984f1120d5104efbd /drivers
parent7457d5f588dfc038cef66e4645abbe9c06481504 (diff)
downloadlinux-1726982f20ebb90f9b2fcdda6686e244f6af83e2.tar.xz
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')
-rw-r--r--drivers/rtc/rtc-mxc.c3
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);