diff options
Diffstat (limited to 'drivers/rtc/rtc-core.h')
-rw-r--r-- | drivers/rtc/rtc-core.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/rtc/rtc-core.h b/drivers/rtc/rtc-core.h index a098aea197fc..7a4ed2f7c7d7 100644 --- a/drivers/rtc/rtc-core.h +++ b/drivers/rtc/rtc-core.h | |||
@@ -3,8 +3,6 @@ | |||
3 | extern void __init rtc_dev_init(void); | 3 | extern void __init rtc_dev_init(void); |
4 | extern void __exit rtc_dev_exit(void); | 4 | extern void __exit rtc_dev_exit(void); |
5 | extern void rtc_dev_prepare(struct rtc_device *rtc); | 5 | extern void rtc_dev_prepare(struct rtc_device *rtc); |
6 | extern void rtc_dev_add_device(struct rtc_device *rtc); | ||
7 | extern void rtc_dev_del_device(struct rtc_device *rtc); | ||
8 | 6 | ||
9 | #else | 7 | #else |
10 | 8 | ||
@@ -20,14 +18,6 @@ static inline void rtc_dev_prepare(struct rtc_device *rtc) | |||
20 | { | 18 | { |
21 | } | 19 | } |
22 | 20 | ||
23 | static inline void rtc_dev_add_device(struct rtc_device *rtc) | ||
24 | { | ||
25 | } | ||
26 | |||
27 | static inline void rtc_dev_del_device(struct rtc_device *rtc) | ||
28 | { | ||
29 | } | ||
30 | |||
31 | #endif | 21 | #endif |
32 | 22 | ||
33 | #ifdef CONFIG_RTC_INTF_PROC | 23 | #ifdef CONFIG_RTC_INTF_PROC |