MIPS: Fulong: Convert reset initialization to initcall.
[pandora-kernel.git] / arch / mips / lemote / lm2e / setup.c
index ebd6cea..79dae63 100644 (file)
@@ -41,8 +41,6 @@
 #include <linux/screen_info.h>
 #endif
 
-extern void mips_reboot_setup(void);
-
 unsigned long cpu_clock_freq;
 unsigned long bus_clock;
 unsigned int memsize;
@@ -77,7 +75,6 @@ void __init plat_mem_setup(void)
 {
        set_io_port_base((unsigned long)ioremap(LOONGSON2E_IO_PORT_BASE,
                                IO_SPACE_LIMIT - LOONGSON2E_PCI_IO_START + 1));
-       mips_reboot_setup();
 
        __wbflush = wbflush_loongson2e;