[MIPS] Cobalt: Remove cobalt_machine_power_off()

It's same as cobalt_machine_halt().

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Yoichi Yuasa
2007-10-02 23:21:36 +09:00
committed by Ralf Baechle
parent 3282bd3cb0
commit f13558c2a4
2 changed files with 1 additions and 11 deletions

View File

@@ -61,12 +61,3 @@ void cobalt_machine_restart(char *command)
/* we should never get here */
cobalt_machine_halt();
}
/*
* This triggers the luser mode device driver for the power switch ;-)
*/
void cobalt_machine_power_off(void)
{
printk("You can switch the machine off now.\n");
cobalt_machine_halt();
}