aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cobalt/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/cobalt/setup.c')
-rw-r--r--arch/mips/cobalt/setup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c
index 6b4737e425ed..f8138c15a535 100644
--- a/arch/mips/cobalt/setup.c
+++ b/arch/mips/cobalt/setup.c
@@ -89,7 +89,7 @@ static struct pci_controller cobalt_pci_controller = {
89 .io_offset = 0x00001000UL - GT64111_IO_BASE 89 .io_offset = 0x00001000UL - GT64111_IO_BASE
90}; 90};
91 91
92static void __init cobalt_setup(void) 92void __init plat_setup(void)
93{ 93{
94 unsigned int devfn = PCI_DEVFN(COBALT_PCICONF_VIA, 0); 94 unsigned int devfn = PCI_DEVFN(COBALT_PCICONF_VIA, 0);
95 int i; 95 int i;
@@ -125,8 +125,6 @@ static void __init cobalt_setup(void)
125#endif 125#endif
126} 126}
127 127
128early_initcall(cobalt_setup);
129
130/* 128/*
131 * Prom init. We read our one and only communication with the firmware. 129 * Prom init. We read our one and only communication with the firmware.
132 * Grab the amount of installed memory 130 * Grab the amount of installed memory