aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/062-mips_decompressor_build_fix.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-11-29 10:30:58 +0000
committerLuka Perkov <luka@openwrt.org>2014-11-29 10:30:58 +0000
commit15a48a38b8ea48596667ef340a7d263fe74fbaa0 (patch)
treeb7feb2c8ab6c41b9e49a14d5202072ae11f53e49 /target/linux/generic/patches-3.14/062-mips_decompressor_build_fix.patch
parent5685e23f48e1f2c4ce44b3328a431b79bab85e41 (diff)
downloadupstream-15a48a38b8ea48596667ef340a7d263fe74fbaa0.tar.gz
upstream-15a48a38b8ea48596667ef340a7d263fe74fbaa0.tar.bz2
upstream-15a48a38b8ea48596667ef340a7d263fe74fbaa0.zip
kernel: update 3.14 to 3.14.25
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43427 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.14/062-mips_decompressor_build_fix.patch')
-rw-r--r--target/linux/generic/patches-3.14/062-mips_decompressor_build_fix.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/generic/patches-3.14/062-mips_decompressor_build_fix.patch b/target/linux/generic/patches-3.14/062-mips_decompressor_build_fix.patch
index 52c45c38e0..4ddcbb4e39 100644
--- a/target/linux/generic/patches-3.14/062-mips_decompressor_build_fix.patch
+++ b/target/linux/generic/patches-3.14/062-mips_decompressor_build_fix.patch
@@ -54,13 +54,11 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
--- a/arch/mips/boot/compressed/decompress.c
+++ b/arch/mips/boot/compressed/decompress.c
-@@ -10,9 +10,7 @@
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
+@@ -12,7 +12,6 @@
*/
--
+
#include <linux/types.h>
-#include <linux/kernel.h>
+ #include <linux/string.h>
#include <asm/addrspace.h>
-