]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/tx4927/common/tx4927_setup.c
[POWERPC] Fix secondary CPU startup on old "powersurge" SMP powermacs
[linux-2.6-omap-h63xx.git] / arch / mips / tx4927 / common / tx4927_setup.c
index 64a1b394b2520f10ca649b3062fd54a507b94fae..3ace4037343e0ca8734a2ed47f259e4da2fd07e4 100644 (file)
@@ -50,7 +50,6 @@
 #undef DEBUG
 
 void __init tx4927_time_init(void);
-void __init tx4927_timer_setup(struct irqaction *irq);
 void dump_cp0(char *key);
 
 
@@ -66,7 +65,6 @@ static void tx4927_write_buffer_flush(void)
 void __init plat_mem_setup(void)
 {
        board_time_init = tx4927_time_init;
-       board_timer_setup = tx4927_timer_setup;
        __wbflush = tx4927_write_buffer_flush;
 
 #ifdef CONFIG_TOSHIBA_RBTX4927
@@ -91,7 +89,7 @@ void __init tx4927_time_init(void)
 }
 
 
-void __init tx4927_timer_setup(struct irqaction *irq)
+void __init plat_timer_setup(struct irqaction *irq)
 {
        u32 count;
        u32 c1;