omap24xx: Add linux 2.6.37 config/patches
[openwrt.git] / target / linux / omap24xx / patches-2.6.37 / 800-decompress-unlzo-fixes.patch
diff --git a/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch b/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
new file mode 100644 (file)
index 0000000..c57ca4e
--- /dev/null
@@ -0,0 +1,17 @@
+---
+ lib/decompress_unlzo.c |    4 ++++
+ 1 file changed, 4 insertions(+)
+
+--- linux-2.6.35.orig/lib/decompress_unlzo.c
++++ linux-2.6.35/lib/decompress_unlzo.c
+@@ -50,6 +50,10 @@ static const unsigned char lzop_magic[]
+ #define LZO_BLOCK_SIZE        (256*1024l)
+ #define HEADER_HAS_FILTER      0x00000800L
++#ifndef INIT
++#define INIT /* nothing */
++#endif
++
+ STATIC inline int INIT parse_header(u8 *input, u8 *skip)
+ {
+       int l;
This page took 0.036663 seconds and 4 git commands to generate.