kernel: refresh patches
[openwrt/openwrt.git] / target / linux / ramips / patches-3.14 / 999-no-pm_poweroff.patch
1 --- a/arch/mips/ralink/reset.c
2 +++ b/arch/mips/ralink/reset.c
3 @@ -98,7 +98,6 @@ static int __init mips_reboot_setup(void
4 {
5 _machine_restart = ralink_restart;
6 _machine_halt = ralink_halt;
7 - pm_power_off = ralink_halt;
8
9 return 0;
10 }