|
@@ -200,7 +200,7 @@ int rtc_control(rtc_task_t *t, unsigned int cmd, unsigned long arg);
|
|
|
void rtc_timer_init(struct rtc_timer *timer, void (*f)(void *p), void *data);
|
|
|
int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer,
|
|
|
ktime_t expires, ktime_t period);
|
|
|
-int rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer);
|
|
|
+void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer);
|
|
|
void rtc_timer_do_work(struct work_struct *work);
|
|
|
|
|
|
static inline bool is_leap_year(unsigned int year)
|