diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-30 21:37:12 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-30 21:37:12 -0500 |
commit | 23fd07750a789a66fe88cf173d52a18f1a387da4 (patch) | |
tree | 06fdd6df35fdb835abdaa9b754d62f6b84b97250 /arch/mips/ddb5xxx/ddb5476/setup.c | |
parent | bd787d438a59266af3c9f6351644c85ef1dd21fe (diff) | |
parent | ed28f96ac1960f30f818374d65be71d2fdf811b0 (diff) |
Merge ../linux-2.6 by hand
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. |