[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:
committed by
Ralf Baechle
parent
3282bd3cb0
commit
f13558c2a4
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user