diff options
Diffstat (limited to 'arch/mn10300/include/asm/rtc.h')
-rw-r--r-- | arch/mn10300/include/asm/rtc.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/mn10300/include/asm/rtc.h b/arch/mn10300/include/asm/rtc.h index c295194cc703..6c14bb1d0d9b 100644 --- a/arch/mn10300/include/asm/rtc.h +++ b/arch/mn10300/include/asm/rtc.h | |||
@@ -15,25 +15,14 @@ | |||
15 | 15 | ||
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | 17 | ||
18 | extern void check_rtc_time(void); | ||
19 | extern void __init calibrate_clock(void); | 18 | extern void __init calibrate_clock(void); |
20 | extern unsigned long __init get_initial_rtc_time(void); | ||
21 | 19 | ||
22 | #else /* !CONFIG_MN10300_RTC */ | 20 | #else /* !CONFIG_MN10300_RTC */ |
23 | 21 | ||
24 | static inline void check_rtc_time(void) | ||
25 | { | ||
26 | } | ||
27 | |||
28 | static inline void calibrate_clock(void) | 22 | static inline void calibrate_clock(void) |
29 | { | 23 | { |
30 | } | 24 | } |
31 | 25 | ||
32 | static inline unsigned long get_initial_rtc_time(void) | ||
33 | { | ||
34 | return 0; | ||
35 | } | ||
36 | |||
37 | #endif /* !CONFIG_MN10300_RTC */ | 26 | #endif /* !CONFIG_MN10300_RTC */ |
38 | 27 | ||
39 | #include <asm-generic/rtc.h> | 28 | #include <asm-generic/rtc.h> |