ARM: 7492/1: add strstr declaration for decompressors
[linux-2.6-block.git] / arch / arm / boot / compressed / decompress.c
index f41b38cafce80b046217364df5947926dfccf46b..9deb56a702ce743e1534b55054b7d1ba5685e28c 100644 (file)
@@ -32,6 +32,9 @@ extern void error(char *);
 #  define Tracecv(c,x)
 #endif
 
+/* Not needed, but used in some headers pulled in by decompressors */
+extern char * strstr(const char * s1, const char *s2);
+
 #ifdef CONFIG_KERNEL_GZIP
 #include "../../../../lib/decompress_inflate.c"
 #endif