ramips: reorder patches

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 46659
This commit is contained in:
John Crispin
2015-08-17 06:18:30 +00:00
parent b0b59a8e75
commit aa4c6e27b4
11 changed files with 3 additions and 5 deletions

View File

@@ -0,0 +1,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;
}