diff options
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r-- | include/linux/rtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h index b36160321458..3359f0422c6b 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h | |||
@@ -168,7 +168,6 @@ extern void devm_rtc_device_unregister(struct device *dev, | |||
168 | 168 | ||
169 | extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); | 169 | extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); |
170 | extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm); | 170 | extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm); |
171 | extern int rtc_set_mmss(struct rtc_device *rtc, unsigned long secs); | ||
172 | extern int rtc_set_ntp_time(struct timespec64 now); | 171 | extern int rtc_set_ntp_time(struct timespec64 now); |
173 | int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm); | 172 | int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm); |
174 | extern int rtc_read_alarm(struct rtc_device *rtc, | 173 | extern int rtc_read_alarm(struct rtc_device *rtc, |