aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-11-04 11:50:12 +0100
committerRalf Baechle <ralf@linux-mips.org>2015-11-11 08:38:11 +0100
commit81ab9f6c5ff8565e4cba330e340a8979a10521d7 (patch)
tree9f9a5622adee36c8575f7f8fa8a868f6272d14bf /arch
parentMIPS: ralink: Remove check for CONFIG_PCI on non-PCI SoCs (diff)
downloadlinux-dev-81ab9f6c5ff8565e4cba330e340a8979a10521d7.tar.xz
linux-dev-81ab9f6c5ff8565e4cba330e340a8979a10521d7.zip
MIPS: ralink: Don't set pm_power_off
Setting pm_power_off is apprently wrong and makes drivers such as gpio-poweroff not work. Signed-off-by: John Crispin <blogic@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/11445/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/ralink/reset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/ralink/reset.c b/arch/mips/ralink/reset.c
index 55c7ec59df3c..ee26d45e48e7 100644
--- a/arch/mips/ralink/reset.c
+++ b/arch/mips/ralink/reset.c
@@ -98,7 +98,6 @@ static int __init mips_reboot_setup(void)
{
_machine_restart = ralink_restart;
_machine_halt = ralink_halt;
- pm_power_off = ralink_halt;
return 0;
}