summaryrefslogtreecommitdiff
path: root/target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-09-15 17:45:10 +0000
committerMichael Büsch <mb@bu3sch.de>2010-09-15 17:45:10 +0000
commite4e278d82a68fcde3ad9bf6d8f773222194542a7 (patch)
tree261fa6c89114edbe2653ad2188466d6cc5e4e762 /target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch
parente7c83f6d59d90400847f6b4ce7b2e0724ca5b1da (diff)
downloadmtk-20170518-e4e278d82a68fcde3ad9bf6d8f773222194542a7.zip
mtk-20170518-e4e278d82a68fcde3ad9bf6d8f773222194542a7.tar.gz
mtk-20170518-e4e278d82a68fcde3ad9bf6d8f773222194542a7.tar.bz2
omap24xx: Add 2.6.36 support
SVN-Revision: 23072
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch')
-rw-r--r--target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch b/target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch
new file mode 100644
index 0000000..c57ca4e
--- /dev/null
+++ b/target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch
@@ -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;