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/momentum/jaguar_atx/setup.c | |
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/momentum/jaguar_atx/setup.c')
-rw-r--r-- | arch/mips/momentum/jaguar_atx/setup.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/momentum/jaguar_atx/setup.c b/arch/mips/momentum/jaguar_atx/setup.c index 90288cf2b1e0..768bf4406452 100644 --- a/arch/mips/momentum/jaguar_atx/setup.c +++ b/arch/mips/momentum/jaguar_atx/setup.c | |||
@@ -351,7 +351,7 @@ static __init int __init ja_pci_init(void) | |||
351 | 351 | ||
352 | arch_initcall(ja_pci_init); | 352 | arch_initcall(ja_pci_init); |
353 | 353 | ||
354 | static int __init momenco_jaguar_atx_setup(void) | 354 | void __init plat_setup(void) |
355 | { | 355 | { |
356 | unsigned int tmpword; | 356 | unsigned int tmpword; |
357 | 357 | ||
@@ -467,8 +467,4 @@ static int __init momenco_jaguar_atx_setup(void) | |||
467 | 467 | ||
468 | } | 468 | } |
469 | #endif | 469 | #endif |
470 | |||
471 | return 0; | ||
472 | } | 470 | } |
473 | |||
474 | early_initcall(momenco_jaguar_atx_setup); | ||