diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-10-02 10:21:36 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:14 -0400 |
commit | f13558c2a4a7339192ff7148ee903340affdb790 (patch) | |
tree | ee42395f24b7e7ba723b6e132178ad7dde0cd25e /arch/mips/cobalt/reset.c | |
parent | 3282bd3cb0c7653e604c0d3666331281ae8f74c4 (diff) |
[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>
Diffstat (limited to 'arch/mips/cobalt/reset.c')
-rw-r--r-- | arch/mips/cobalt/reset.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/cobalt/reset.c b/arch/mips/cobalt/reset.c index 81628b3ae621..71eb4ccc4bc1 100644 --- a/arch/mips/cobalt/reset.c +++ b/arch/mips/cobalt/reset.c | |||
@@ -61,12 +61,3 @@ void cobalt_machine_restart(char *command) | |||
61 | /* we should never get here */ | 61 | /* we should never get here */ |
62 | cobalt_machine_halt(); | 62 | cobalt_machine_halt(); |
63 | } | 63 | } |
64 | |||
65 | /* | ||
66 | * This triggers the luser mode device driver for the power switch ;-) | ||
67 | */ | ||
68 | void cobalt_machine_power_off(void) | ||
69 | { | ||
70 | printk("You can switch the machine off now.\n"); | ||
71 | cobalt_machine_halt(); | ||
72 | } | ||