aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.18/0069-no-pm_poweroff.patch
blob: fedfe37154496f55c6cbc76de0f5ed78714afb9c (plain)
1
2
3
4
5
6
7
8
9
10
--- 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;
 }