diff options
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.patch | 8 |
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 52c45c3..4ddcbb4 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> - |