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>2011-02-06 21:06:43 +0000
committerMichael Büsch <mb@bu3sch.de>2011-02-06 21:06:43 +0000
commit817390fd03087710107ca9fb3bce6d96ab0006d5 (patch)
treeac28942bf877576cb5d7b54387e224d547d04b40 /target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch
parent7e4a29fbe2dd57584b54e367574d6bcb72614db8 (diff)
downloadmtk-20170518-817390fd03087710107ca9fb3bce6d96ab0006d5.zip
mtk-20170518-817390fd03087710107ca9fb3bce6d96ab0006d5.tar.gz
mtk-20170518-817390fd03087710107ca9fb3bce6d96ab0006d5.tar.bz2
omap24xx: Remove 2.6.36
SVN-Revision: 25395
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, 0 insertions, 17 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
deleted file mode 100644
index c57ca4e..0000000
--- a/target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- 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;