From 654bc380ec549e3cdcc2c286ef7d67fea9509609 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 9 Feb 2015 12:13:55 +0000 Subject: ralink: add 3.18 support keep default as 3.14, mt7621 gic need to be ported to 3.18 Signed-off-by: John Crispin SVN-Revision: 44349 --- target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch (limited to 'target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch') diff --git a/target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch b/target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch new file mode 100644 index 0000000000..fedfe37154 --- /dev/null +++ b/target/linux/ramips/patches-3.18/999-no-pm_poweroff.patch @@ -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; + } -- cgit v1.2.3