diff options
Diffstat (limited to 'arch/mips/ddb5xxx/ddb5476/setup.c')
-rw-r--r-- | arch/mips/ddb5xxx/ddb5476/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/ddb5xxx/ddb5476/setup.c b/arch/mips/ddb5xxx/ddb5476/setup.c index 71531f8146ea..f4e480a74edf 100644 --- a/arch/mips/ddb5xxx/ddb5476/setup.c +++ b/arch/mips/ddb5xxx/ddb5476/setup.c | |||
@@ -124,7 +124,7 @@ static struct { | |||
124 | 124 | ||
125 | static void ddb5476_board_init(void); | 125 | static void ddb5476_board_init(void); |
126 | 126 | ||
127 | static void __init ddb5476_setup(void) | 127 | void __init plat_setup(void) |
128 | { | 128 | { |
129 | set_io_port_base(KSEG1ADDR(DDB_PCI_IO_BASE)); | 129 | set_io_port_base(KSEG1ADDR(DDB_PCI_IO_BASE)); |
130 | 130 | ||
@@ -158,8 +158,6 @@ static void __init ddb5476_setup(void) | |||
158 | ddb5476_board_init(); | 158 | ddb5476_board_init(); |
159 | } | 159 | } |
160 | 160 | ||
161 | early_initcall(ddb5476_setup); | ||
162 | |||
163 | /* | 161 | /* |
164 | * We don't trust bios. We essentially does hardware re-initialization | 162 | * We don't trust bios. We essentially does hardware re-initialization |
165 | * as complete as possible, as far as we know we can safely do. | 163 | * as complete as possible, as far as we know we can safely do. |