diff options
author | Xunlei Pang <pang.xunlei@linaro.org> | 2015-06-11 23:10:18 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-06-24 19:13:43 -0400 |
commit | c86a6c28957a9e8e9a71582a32e96971ad411ffe (patch) | |
tree | 01da240268407d444b6a180ebe749eb1ad03756c /include/linux/rtc.h | |
parent | 460ea8d70db1ffd9a5d6996c240c34458473334f (diff) |
rtc: interface: Remove rtc_set_mmss()
Now rtc_set_mmss() has no users, just remove it.
We still have rtc_set_time() doing similar things.
Signed-off-by: Xunlei Pang <pang.xunlei@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
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, |