[MIPS] Remove always true ifdef conditions.
[safe/jmp/linux-2.6] / arch / mips / mips-boards / generic / reset.c
index ea932b8..42dee4d 100644 (file)
@@ -52,7 +52,5 @@ void mips_reboot_setup(void)
 {
        _machine_restart = mips_machine_restart;
        _machine_halt = mips_machine_halt;
-#ifdef CONFIG_MIPS_MALTA
        pm_power_off = mips_machine_halt;
-#endif
 }