rtc: vr41xx: Wire up alarm_irq_enable
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 1 Mar 2016 08:50:01 +0000 (09:50 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 11 Jul 2016 03:07:13 +0000 (23:07 -0400)
commit1d22cdabe02c2c89fa78fc29795336edcc4445c0
tree4596c2219974c7cf3296df5a0a5f17ba14bb3bc7
parentaa9d9e960c1f06ff27438ab61194e877edd6ff83
rtc: vr41xx: Wire up alarm_irq_enable

[ Upstream commit a25f4a95ec3cded34c1250364eba704c5e4fdac4 ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/rtc/rtc-vr41xx.c