summaryrefslogtreecommitdiff
path: root/arch/mips/lemote/lm2e/setup.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-09-15 13:00:02 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2009-09-17 18:07:43 (GMT)
commit38c9fb743f0d6e9dd8ee45e3e6247bc7d147c4de (patch)
treea389f9079cc3f2f4d98eba1a638d44236af47266 /arch/mips/lemote/lm2e/setup.c
parent1f320d053c666567a8e440ebcec4ed7f7006b006 (diff)
downloadlinux-fsl-qoriq-38c9fb743f0d6e9dd8ee45e3e6247bc7d147c4de.tar.xz
MIPS: Fulong: Convert reset initialization to initcall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lemote/lm2e/setup.c')
-rw-r--r--arch/mips/lemote/lm2e/setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/lemote/lm2e/setup.c b/arch/mips/lemote/lm2e/setup.c
index ebd6cea..79dae63 100644
--- a/arch/mips/lemote/lm2e/setup.c
+++ b/arch/mips/lemote/lm2e/setup.c
@@ -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;