diff options
Diffstat (limited to 'drivers/rtc/rtc-core.h')
-rw-r--r-- | drivers/rtc/rtc-core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-core.h b/drivers/rtc/rtc-core.h index d81a278fcded..5f9df7430a22 100644 --- a/drivers/rtc/rtc-core.h +++ b/drivers/rtc/rtc-core.h | |||
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
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_add_device(struct rtc_device *rtc); | 6 | extern void rtc_dev_add_device(struct rtc_device *rtc); |
6 | extern void rtc_dev_del_device(struct rtc_device *rtc); | 7 | extern void rtc_dev_del_device(struct rtc_device *rtc); |
7 | 8 | ||
@@ -15,6 +16,10 @@ static inline void rtc_dev_exit(void) | |||
15 | { | 16 | { |
16 | } | 17 | } |
17 | 18 | ||
19 | static inline void rtc_dev_prepare(struct rtc_device *rtc) | ||
20 | { | ||
21 | } | ||
22 | |||
18 | static inline void rtc_dev_add_device(struct rtc_device *rtc) | 23 | static inline void rtc_dev_add_device(struct rtc_device *rtc) |
19 | { | 24 | { |
20 | } | 25 | } |