rtc: interface: Remove unused return value from rtc_timer_cancel()
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Sun, 3 May 2015 09:57:11 +0000 (18:57 +0900)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 19 Jun 2015 18:03:20 +0000 (20:03 +0200)
commit73744a64aab872703b851b9678a7f488b507eb81
tree97122ca1b565a6edfb5299407c7148044e0d7b40
parent1796dcce2daacc125f2d60afc3f631ca29e36684
rtc: interface: Remove unused return value from rtc_timer_cancel()

The rtc_timer_cancel() always returns 0 and cannot fail (calls only
other void-returning functions).

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/interface.c
include/linux/rtc.h