diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-11-05 16:59:39 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-11-05 16:59:39 +0000 |
commit | 45179d077caa2410a88afcb58d94ea32fb32678a (patch) | |
tree | 66296a9fbe9703b8c5a3b0bfa49e8f8d36951d0c /target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch | |
parent | 7465a11bebc94995e5667afe57bbdd3b6617c6cf (diff) | |
download | upstream-45179d077caa2410a88afcb58d94ea32fb32678a.tar.gz upstream-45179d077caa2410a88afcb58d94ea32fb32678a.tar.bz2 upstream-45179d077caa2410a88afcb58d94ea32fb32678a.zip |
omap24xx: Add linux 2.6.37 config/patches
SVN-Revision: 23888
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch')
-rw-r--r-- | target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch | 17 |
1 files changed, 17 insertions, 0 deletions
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 index 0000000000..c57ca4e6f0 --- /dev/null +++ b/target/linux/omap24xx/patches-2.6.37/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; |