rtc: mxc: remove UIE signaling
authorWolfram Sang <w.sang@pengutronix.de>
Wed, 4 May 2011 15:31:28 +0000 (17:31 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 20 May 2016 10:33:51 +0000 (12:33 +0200)
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>
drivers/rtc/rtc-mxc.c

index 7bd89d9..359876a 100644 (file)
@@ -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);