br2684ctl: add atm-bridge disabled option
[openwrt.git] / target / linux / ramips / patches-3.18 / 0069-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  }