summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.14/999-no-pm_poweroff.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-16 07:39:46 +0000
committerJohn Crispin <john@openwrt.org>2015-03-16 07:39:46 +0000
commit7648d80c901faedb43f296411e9686d7e9eda592 (patch)
tree8e117f17f90c8fdd4ea8edbbd50a3d51ab332e5d /target/linux/ramips/patches-3.14/999-no-pm_poweroff.patch
parentf2f8f6974b52251580608923557b5355ea3aebe3 (diff)
downloadmaster-31e0f0ae-7648d80c901faedb43f296411e9686d7e9eda592.tar.gz
master-31e0f0ae-7648d80c901faedb43f296411e9686d7e9eda592.tar.bz2
master-31e0f0ae-7648d80c901faedb43f296411e9686d7e9eda592.zip
ralink: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44811
Diffstat (limited to 'target/linux/ramips/patches-3.14/999-no-pm_poweroff.patch')
-rw-r--r--target/linux/ramips/patches-3.14/999-no-pm_poweroff.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ramips/patches-3.14/999-no-pm_poweroff.patch b/target/linux/ramips/patches-3.14/999-no-pm_poweroff.patch
deleted file mode 100644
index fedfe37154..0000000000
--- a/target/linux/ramips/patches-3.14/999-no-pm_poweroff.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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;
- }