summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.7/061-arm_xz_decompressor_build_fix.patch
blob: e39a429472ae839c6e8461d62c518e573ef85f89 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/arch/arm/boot/compressed/decompress.c
+++ b/arch/arm/boot/compressed/decompress.c
@@ -50,6 +50,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