aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/gt64120/wrppmc/reset.c
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2008-07-11 22:39:18 +0900
committerRalf Baechle <ralf@linux-mips.org>2008-07-15 18:44:36 +0100
commit3f16654f36723f5ef1ca38c4e2078ca377a0f86f (patch)
tree6a3bcfcebd9477fda0da83c4ecef0da4dc9818be /arch/mips/gt64120/wrppmc/reset.c
parent9ecb1ff1b295a515b21d0ac83d8bd39b07335aab (diff)
[MIPS] remove wrppmc_machine_power_off()
It can be replace wrppmc_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/gt64120/wrppmc/reset.c')
-rw-r--r--arch/mips/gt64120/wrppmc/reset.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/gt64120/wrppmc/reset.c b/arch/mips/gt64120/wrppmc/reset.c
index e66c87164a0..cc5474b24f0 100644
--- a/arch/mips/gt64120/wrppmc/reset.c
+++ b/arch/mips/gt64120/wrppmc/reset.c
@@ -38,8 +38,3 @@ void wrppmc_machine_halt(void)
cpu_wait();
}
}
-
-void wrppmc_machine_power_off(void)
-{
- wrppmc_machine_halt();
-}