X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.14%2F062-mips_decompressor_build_fix.patch;fp=target%2Flinux%2Fgeneric%2Fpatches-3.14%2F062-mips_decompressor_build_fix.patch;h=4ddcbb4e3969822829bb0a88b779c162dc057b4e;hb=3bb7cf62851440bbdb103a3359d87be9624c3e0c;hp=52c45c38e09517bcd36db9458600f7cf3f148bcc;hpb=07f15b7e6a956c9747b2ad7ed5c168f2192111bc;p=openwrt%2Fsvn-archive%2Farchive.git 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 --- 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 -#include + #include #include -