kernel/3.1[02]: add AR8216_PHY_LEDS option
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.10 / 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