kernel: remove linux 3.10 support
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.10 / 061-arm_xz_decompressor_build_fix.patch
diff --git a/target/linux/generic/patches-3.10/061-arm_xz_decompressor_build_fix.patch b/target/linux/generic/patches-3.10/061-arm_xz_decompressor_build_fix.patch
deleted file mode 100644 (file)
index e69ca25..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/arch/arm/boot/compressed/decompress.c
-+++ b/arch/arm/boot/compressed/decompress.c
-@@ -48,6 +48,7 @@ extern char * strstr(const char * s1, co
- #ifdef CONFIG_KERNEL_XZ
- #define memmove memmove
- #define memcpy memcpy
-+extern char * strstr(const char *, const char *);
- #include "../../../../lib/decompress_unxz.c"
- #endif