]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] Fix timer setup for Jazz
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Tue, 10 Oct 2006 07:56:11 +0000 (16:56 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 11 Oct 2006 18:30:58 +0000 (19:30 +0100)
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/jazz/setup.c

index 6dc4135d6e11e2c35eda255b8a1fe95b0b5bc6fa..d848f1a07786bf6c1de0f538e1e61d7a5494c122 100644 (file)
@@ -37,7 +37,7 @@ extern void jazz_machine_restart(char *command);
 extern void jazz_machine_halt(void);
 extern void jazz_machine_power_off(void);
 
-void __init plat_time_init(struct irqaction *irq)
+void __init plat_timer_setup(struct irqaction *irq)
 {
        /* set the clock to 100 Hz */
        r4030_write_reg32(JAZZ_TIMER_INTERVAL, 9);