diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-06-21 09:56:30 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:18 -0400 |
commit | c83cfc9c9477d0bc0e0a1ba29dfc58e0d42b2faf (patch) | |
tree | 86c613b44ae25af1808b81dde2a4dc0274647194 /arch/mips/sibyte/swarm | |
parent | 8c93650890a33318263880dec36603a6d5749b7e (diff) |
Get rid of early_init. There's more need to make this form of
initialization actually useful and as is certainly unmergable with
upstream.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/swarm')
-rw-r--r-- | arch/mips/sibyte/swarm/setup.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/sibyte/swarm/setup.c b/arch/mips/sibyte/swarm/setup.c index 4daeaa413def..b8be07f061ee 100644 --- a/arch/mips/sibyte/swarm/setup.c +++ b/arch/mips/sibyte/swarm/setup.c | |||
@@ -84,7 +84,7 @@ int swarm_be_handler(struct pt_regs *regs, int is_fixup) | |||
84 | return (is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL); | 84 | return (is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL); |
85 | } | 85 | } |
86 | 86 | ||
87 | static int __init swarm_setup(void) | 87 | void __init plat_setup(void) |
88 | { | 88 | { |
89 | sb1250_setup(); | 89 | sb1250_setup(); |
90 | 90 | ||
@@ -133,12 +133,8 @@ static int __init swarm_setup(void) | |||
133 | }; | 133 | }; |
134 | /* XXXKW for CFE, get lines/cols from environment */ | 134 | /* XXXKW for CFE, get lines/cols from environment */ |
135 | #endif | 135 | #endif |
136 | |||
137 | return 0; | ||
138 | } | 136 | } |
139 | 137 | ||
140 | early_initcall(swarm_setup); | ||
141 | |||
142 | #ifdef LEDS_PHYS | 138 | #ifdef LEDS_PHYS |
143 | 139 | ||
144 | #ifdef CONFIG_SIBYTE_CARMEL | 140 | #ifdef CONFIG_SIBYTE_CARMEL |