ep93xx: moved to targets feed
[openwrt/staging/yousong.git] / target / linux / generic / patches-3.8 / 061-arm_xz_decompressor_build_fix.patch
1 --- a/arch/arm/boot/compressed/decompress.c
2 +++ b/arch/arm/boot/compressed/decompress.c
3 @@ -50,6 +50,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