diff options
Diffstat (limited to 'arch/mips/cobalt/setup.c')
-rw-r--r-- | arch/mips/cobalt/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c index 345e4ae998df..d11bb1bc7b6b 100644 --- a/arch/mips/cobalt/setup.c +++ b/arch/mips/cobalt/setup.c | |||
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | extern void cobalt_machine_restart(char *command); | 26 | extern void cobalt_machine_restart(char *command); |
27 | extern void cobalt_machine_halt(void); | 27 | extern void cobalt_machine_halt(void); |
28 | extern void cobalt_machine_power_off(void); | ||
29 | 28 | ||
30 | const char *get_system_type(void) | 29 | const char *get_system_type(void) |
31 | { | 30 | { |
@@ -96,7 +95,7 @@ void __init plat_mem_setup(void) | |||
96 | 95 | ||
97 | _machine_restart = cobalt_machine_restart; | 96 | _machine_restart = cobalt_machine_restart; |
98 | _machine_halt = cobalt_machine_halt; | 97 | _machine_halt = cobalt_machine_halt; |
99 | pm_power_off = cobalt_machine_power_off; | 98 | pm_power_off = cobalt_machine_halt; |
100 | 99 | ||
101 | set_io_port_base(CKSEG1ADDR(GT_DEF_PCI0_IO_BASE)); | 100 | set_io_port_base(CKSEG1ADDR(GT_DEF_PCI0_IO_BASE)); |
102 | 101 | ||