diff options
Diffstat (limited to 'arch/mips/galileo-boards/ev96100/setup.c')
-rw-r--r-- | arch/mips/galileo-boards/ev96100/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/galileo-boards/ev96100/setup.c b/arch/mips/galileo-boards/ev96100/setup.c index 28bd908c6d55..78dbb18edeb8 100644 --- a/arch/mips/galileo-boards/ev96100/setup.c +++ b/arch/mips/galileo-boards/ev96100/setup.c | |||
@@ -55,7 +55,7 @@ extern void mips_reboot_setup(void); | |||
55 | 55 | ||
56 | unsigned char mac_0_1[12]; | 56 | unsigned char mac_0_1[12]; |
57 | 57 | ||
58 | static void __init ev96100_setup(void) | 58 | void __init plat_setup(void) |
59 | { | 59 | { |
60 | unsigned int config = read_c0_config(); | 60 | unsigned int config = read_c0_config(); |
61 | unsigned int status = read_c0_status(); | 61 | unsigned int status = read_c0_status(); |
@@ -142,8 +142,6 @@ static void __init ev96100_setup(void) | |||
142 | tmp = GT_READ(GT_PCI0_CFGDATA_OFS); | 142 | tmp = GT_READ(GT_PCI0_CFGDATA_OFS); |
143 | } | 143 | } |
144 | 144 | ||
145 | early_initcall(ev96100_setup); | ||
146 | |||
147 | unsigned short get_gt_devid(void) | 145 | unsigned short get_gt_devid(void) |
148 | { | 146 | { |
149 | u32 gt_devid; | 147 | u32 gt_devid; |