|
@@ -161,7 +161,7 @@ extern void devm_rtc_device_unregister(struct device *dev,
|
|
|
extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm);
|
|
|
extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);
|
|
|
extern int rtc_set_mmss(struct rtc_device *rtc, unsigned long secs);
|
|
|
-extern int rtc_set_ntp_time(struct timespec now);
|
|
|
+extern int rtc_set_ntp_time(struct timespec64 now);
|
|
|
int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm);
|
|
|
extern int rtc_read_alarm(struct rtc_device *rtc,
|
|
|
struct rtc_wkalrm *alrm);
|