summaryrefslogtreecommitdiffstats
path: root/include/linux/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r--include/linux/rtc.h2
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);
174struct rtc_device *devm_rtc_allocate_device(struct device *dev); 174struct rtc_device *devm_rtc_allocate_device(struct device *dev);
175int __rtc_register_device(struct module *owner, struct rtc_device *rtc); 175int __rtc_register_device(struct module *owner, struct rtc_device *rtc);
176extern void devm_rtc_device_unregister(struct device *dev,
177 struct rtc_device *rtc);
178 176
179extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); 177extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm);
180extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm); 178extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);