diff options
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r-- | include/linux/rtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h index c8bb4a2b48c3..311375dbb673 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h | |||
@@ -173,8 +173,6 @@ extern struct rtc_device *devm_rtc_device_register(struct device *dev, | |||
173 | struct module *owner); | 173 | struct module *owner); |
174 | struct rtc_device *devm_rtc_allocate_device(struct device *dev); | 174 | struct rtc_device *devm_rtc_allocate_device(struct device *dev); |
175 | int __rtc_register_device(struct module *owner, struct rtc_device *rtc); | 175 | int __rtc_register_device(struct module *owner, struct rtc_device *rtc); |
176 | extern void devm_rtc_device_unregister(struct device *dev, | ||
177 | struct rtc_device *rtc); | ||
178 | 176 | ||
179 | extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); | 177 | extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); |
180 | extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm); | 178 | extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm); |