rtc: vr41xx: Wire up alarm_irq_enable
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 1 Mar 2016 08:50:01 +0000 (09:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jun 2016 08:42:51 +0000 (10:42 +0200)
commite35d98315485e10cf3865e0495ec7d1e0d3a3379
treecd82c2de96360074a26cfe66265264ed08cd58fe
parent8e806835e276d42158f7e0d1c3405127a24926c2
rtc: vr41xx: Wire up alarm_irq_enable

commit a25f4a95ec3cded34c1250364eba704c5e4fdac4 upstream.

drivers/rtc/rtc-vr41xx.c:229: warning: â\80\98vr41xx_rtc_alarm_irq_enableâ\80\99 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: Willy Tarreau <w@1wt.eu>
drivers/rtc/rtc-vr41xx.c