diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:34 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:34 -0400 |
commit | eda49eeebf263f3a34f6968959fc2e4825b42beb (patch) | |
tree | d96fdbe15fdb965f244a3a251b905f85fb0494ca /arch/mips/mips-boards/generic/reset.c | |
parent | d5deda6fa1ca434d36c2daffb63127e92c6470f5 (diff) |
[MIPS] Remove always true ifdef conditions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mips-boards/generic/reset.c')
-rw-r--r-- | arch/mips/mips-boards/generic/reset.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mips-boards/generic/reset.c b/arch/mips/mips-boards/generic/reset.c index ea932b843962..42dee4da37ba 100644 --- a/arch/mips/mips-boards/generic/reset.c +++ b/arch/mips/mips-boards/generic/reset.c | |||
@@ -52,7 +52,5 @@ void mips_reboot_setup(void) | |||
52 | { | 52 | { |
53 | _machine_restart = mips_machine_restart; | 53 | _machine_restart = mips_machine_restart; |
54 | _machine_halt = mips_machine_halt; | 54 | _machine_halt = mips_machine_halt; |
55 | #ifdef CONFIG_MIPS_MALTA | ||
56 | pm_power_off = mips_machine_halt; | 55 | pm_power_off = mips_machine_halt; |
57 | #endif | ||
58 | } | 56 | } |