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/jazz | |
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/jazz')
-rw-r--r-- | arch/mips/jazz/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index fccb06fe209d..044df9d4ab7c 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c | |||
@@ -50,7 +50,7 @@ static struct resource jazz_io_resources[] = { | |||
50 | { "dma2", 0xc0, 0xdf, IORESOURCE_BUSY }, | 50 | { "dma2", 0xc0, 0xdf, IORESOURCE_BUSY }, |
51 | }; | 51 | }; |
52 | 52 | ||
53 | static void __init jazz_setup(void) | 53 | void __init plat_setup(void) |
54 | { | 54 | { |
55 | int i; | 55 | int i; |
56 | 56 | ||
@@ -97,5 +97,3 @@ static void __init jazz_setup(void) | |||
97 | 97 | ||
98 | vdma_init(); | 98 | vdma_init(); |
99 | } | 99 | } |
100 | |||
101 | early_initcall(jazz_setup); | ||