ce2bc1c53b7df5bb33ffc0053f9d4d6b88288228
[openwrt/openwrt.git] / target / linux / ramips / patches-3.14 / 999-no-pm_poweroff.patch
1 Index: linux-3.14.18/arch/mips/ralink/reset.c
2 ===================================================================
3 --- linux-3.14.18.orig/arch/mips/ralink/reset.c 2014-09-06 01:34:59.000000000 +0200
4 +++ linux-3.14.18/arch/mips/ralink/reset.c 2014-11-14 14:28:44.548764125 +0100
5 @@ -98,7 +98,6 @@
6 {
7 _machine_restart = ralink_restart;
8 _machine_halt = ralink_halt;
9 - pm_power_off = ralink_halt;
10
11 return 0;
12 }