From 38c9fb743f0d6e9dd8ee45e3e6247bc7d147c4de Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 15 Sep 2009 15:00:02 +0200 Subject: MIPS: Fulong: Convert reset initialization to initcall. Signed-off-by: Ralf Baechle --- arch/mips/lemote/lm2e/setup.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/mips/lemote/lm2e/setup.c') diff --git a/arch/mips/lemote/lm2e/setup.c b/arch/mips/lemote/lm2e/setup.c index ebd6ceaef2fd..79dae630611a 100644 --- a/arch/mips/lemote/lm2e/setup.c +++ b/arch/mips/lemote/lm2e/setup.c @@ -41,8 +41,6 @@ #include #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; -- cgit v1.2.3