]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 May 2016 21:48:51 +0000 (14:48 -0700)
commit041f2ca3ff039ebe10a48a775b29bf3fa7c993fa
tree17281b41174c636ccbcd00baab8c42cfc7143c25
parent1392ec2a303a53512ad16dcf1ab31e77b08c52d9
rtc: vr41xx: Wire up alarm_irq_enable

commit a25f4a95ec3cded34c1250364eba704c5e4fdac4 upstream.

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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/rtc/rtc-vr41xx.c