diff options
author | Mathias Kresin <dev@kresin.me> | 2018-03-21 08:39:41 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-05-17 07:40:19 +0200 |
commit | d7b7483343b5c7f157a2a97244ce9e60f4260e43 (patch) | |
tree | 75acc8b61427a13aed054ac48b1a284f80bfbf6a /target/linux/lantiq/patches-4.9/0047-poweroff.patch | |
parent | 0678cc850ccc068ba33eb87f5f1bf8294a87e611 (diff) | |
download | upstream-d7b7483343b5c7f157a2a97244ce9e60f4260e43.tar.gz upstream-d7b7483343b5c7f157a2a97244ce9e60f4260e43.tar.bz2 upstream-d7b7483343b5c7f157a2a97244ce9e60f4260e43.zip |
lantiq: switch to kernel 4.14
Use kernel 4.14 by default.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/patches-4.9/0047-poweroff.patch')
-rw-r--r-- | target/linux/lantiq/patches-4.9/0047-poweroff.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/lantiq/patches-4.9/0047-poweroff.patch b/target/linux/lantiq/patches-4.9/0047-poweroff.patch deleted file mode 100644 index 54249bba52..0000000000 --- a/target/linux/lantiq/patches-4.9/0047-poweroff.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/arch/mips/lantiq/xway/reset.c -+++ b/arch/mips/lantiq/xway/reset.c -@@ -301,12 +301,6 @@ static void ltq_machine_halt(void) - unreachable(); - } - --static void ltq_machine_power_off(void) --{ -- local_irq_disable(); -- unreachable(); --} -- - static void ltq_usb_init(void) - { - /* Power for USB cores 1 & 2 */ -@@ -379,7 +373,6 @@ static int __init mips_reboot_setup(void - - _machine_restart = ltq_machine_restart; - _machine_halt = ltq_machine_halt; -- pm_power_off = ltq_machine_power_off; - - return 0; - } |