aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-23 00:23:50 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:56 -0500
commit03713bd226caece8e089490a47f093f5193e5e96 (patch)
tree18df86664df2f023fd35a94c57c9a942e9cfdedc /arch/sh/kernel
parent3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (diff)
sh: Move mach-cayman in with the rest of the boards.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r--arch/sh/kernel/time_64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/time_64.c b/arch/sh/kernel/time_64.c
index e6f54572cd9..81003af8115 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
359static irqreturn_t sh64_rtc_interrupt(int irq, void *dev_id) 358static irqreturn_t sh64_rtc_interrupt(int irq, void *dev_id)