diff options
Diffstat (limited to 'arch/mips/momentum/ocelot_c/setup.c')
-rw-r--r-- | arch/mips/momentum/ocelot_c/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/momentum/ocelot_c/setup.c b/arch/mips/momentum/ocelot_c/setup.c index 844ddd06349b..ce70fc96f160 100644 --- a/arch/mips/momentum/ocelot_c/setup.c +++ b/arch/mips/momentum/ocelot_c/setup.c | |||
@@ -222,7 +222,7 @@ void momenco_time_init(void) | |||
222 | rtc_set_time = m48t37y_set_time; | 222 | rtc_set_time = m48t37y_set_time; |
223 | } | 223 | } |
224 | 224 | ||
225 | static void __init momenco_ocelot_c_setup(void) | 225 | void __init plat_setup(void) |
226 | { | 226 | { |
227 | unsigned int tmpword; | 227 | unsigned int tmpword; |
228 | 228 | ||
@@ -340,8 +340,6 @@ static void __init momenco_ocelot_c_setup(void) | |||
340 | } | 340 | } |
341 | } | 341 | } |
342 | 342 | ||
343 | early_initcall(momenco_ocelot_c_setup); | ||
344 | |||
345 | #ifndef CONFIG_64BIT | 343 | #ifndef CONFIG_64BIT |
346 | /* This needs to be one of the first initcalls, because no I/O port access | 344 | /* This needs to be one of the first initcalls, because no I/O port access |
347 | can work before this */ | 345 | can work before this */ |