]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: vr41xx: Wire up alarm_irq_enable
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 1 Mar 2016 08:50:01 +0000 (09:50 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 14 Mar 2016 16:08:25 +0000 (17:08 +0100)
commita25f4a95ec3cded34c1250364eba704c5e4fdac4
tree46b5f05016f00dff84e424e8344f1ef11c729b0e
parentd2c6b8743b74fc012f858abd0b78d934fc422641
rtc: vr41xx: Wire up alarm_irq_enable

drivers/rtc/rtc-vr41xx.c:229: warning: ‘vr41xx_rtc_alarm_irq_enable’ defined but not used

Apparently the conversion to alarm_irq_enable forgot to wire up the
callback.

Fixes: 16380c153a69c378 ("RTC: Convert rtc drivers to use the alarm_irq_enable method")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-vr41xx.c