[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.
[linux-drm-fsl-dcu.git] / arch / mips / sibyte / swarm / setup.c
index 2996e338cfbd4639e22acd644f5f9eb6cbff5402..ac342f5643c9d3481d1cd921355b4959114f34e9 100644 (file)
@@ -77,7 +77,7 @@ void __init swarm_time_init(void)
 #endif
 }
 
-void __init swarm_timer_setup(struct irqaction *irq)
+void __init plat_timer_setup(struct irqaction *irq)
 {
         /*
          * we don't set up irqaction, because we will deliver timer
@@ -117,7 +117,6 @@ void __init plat_mem_setup(void)
        panic_timeout = 5;  /* For debug.  */
 
        board_time_init = swarm_time_init;
-       board_timer_setup = swarm_timer_setup;
        board_be_handler = swarm_be_handler;
 
        if (xicor_probe()) {