brcm47xx: drop 3.14
[openwrt.git] / target / linux / generic / patches-3.14 / 061-arm_xz_decompressor_build_fix.patch
1 --- a/arch/arm/boot/compressed/decompress.c
2 +++ b/arch/arm/boot/compressed/decompress.c
3 @@ -48,6 +48,7 @@ extern char * strstr(const char * s1, co
4  #ifdef CONFIG_KERNEL_XZ
5  #define memmove memmove
6  #define memcpy memcpy
7 +extern char * strstr(const char *, const char *);
8  #include "../../../../lib/decompress_unxz.c"
9  #endif
10