diff options
Diffstat (limited to 'arch/sh/kernel/time_64.c')
-rw-r--r-- | arch/sh/kernel/time_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/time_64.c b/arch/sh/kernel/time_64.c index e6f54572cd96..81003af8115a 100644 --- a/arch/sh/kernel/time_64.c +++ b/arch/sh/kernel/time_64.c | |||
@@ -353,7 +353,6 @@ static __init unsigned int get_cpu_hz(void) | |||
353 | * wrap-around (128) and CUI interrupt being raised (64). | 353 | * wrap-around (128) and CUI interrupt being raised (64). |
354 | */ | 354 | */ |
355 | return count*2; | 355 | return count*2; |
356 | #endif | ||
357 | } | 356 | } |
358 | 357 | ||
359 | static irqreturn_t sh64_rtc_interrupt(int irq, void *dev_id) | 358 | static irqreturn_t sh64_rtc_interrupt(int irq, void *dev_id) |