diff options
Diffstat (limited to 'arch/mips/gt64120/ev64120/setup.c')
-rw-r--r-- | arch/mips/gt64120/ev64120/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/gt64120/ev64120/setup.c b/arch/mips/gt64120/ev64120/setup.c index dba0961400cc..98b5a96cc039 100644 --- a/arch/mips/gt64120/ev64120/setup.c +++ b/arch/mips/gt64120/ev64120/setup.c | |||
@@ -69,7 +69,7 @@ unsigned long __init prom_free_prom_memory(void) | |||
69 | */ | 69 | */ |
70 | extern void gt64120_time_init(void); | 70 | extern void gt64120_time_init(void); |
71 | 71 | ||
72 | static void __init ev64120_setup(void) | 72 | void __init plat_setup(void) |
73 | { | 73 | { |
74 | _machine_restart = galileo_machine_restart; | 74 | _machine_restart = galileo_machine_restart; |
75 | _machine_halt = galileo_machine_halt; | 75 | _machine_halt = galileo_machine_halt; |
@@ -79,8 +79,6 @@ static void __init ev64120_setup(void) | |||
79 | set_io_port_base(KSEG1); | 79 | set_io_port_base(KSEG1); |
80 | } | 80 | } |
81 | 81 | ||
82 | early_initcall(ev64120_setup); | ||
83 | |||
84 | const char *get_system_type(void) | 82 | const char *get_system_type(void) |
85 | { | 83 | { |
86 | return "Galileo EV64120A"; | 84 | return "Galileo EV64120A"; |