diff options
Diffstat (limited to 'arch/sh64/kernel/time.c')
-rw-r--r-- | arch/sh64/kernel/time.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh64/kernel/time.c b/arch/sh64/kernel/time.c index f4a62a10053c..870fe5327e09 100644 --- a/arch/sh64/kernel/time.c +++ b/arch/sh64/kernel/time.c | |||
@@ -116,8 +116,6 @@ | |||
116 | 116 | ||
117 | extern unsigned long wall_jiffies; | 117 | extern unsigned long wall_jiffies; |
118 | 118 | ||
119 | u64 jiffies_64 = INITIAL_JIFFIES; | ||
120 | |||
121 | static unsigned long tmu_base, rtc_base; | 119 | static unsigned long tmu_base, rtc_base; |
122 | unsigned long cprc_base; | 120 | unsigned long cprc_base; |
123 | 121 | ||
@@ -253,6 +251,7 @@ int do_settimeofday(struct timespec *tv) | |||
253 | 251 | ||
254 | return 0; | 252 | return 0; |
255 | } | 253 | } |
254 | EXPORT_SYMBOL(do_settimeofday); | ||
256 | 255 | ||
257 | static int set_rtc_time(unsigned long nowtime) | 256 | static int set_rtc_time(unsigned long nowtime) |
258 | { | 257 | { |