summaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-10-17 16:52:53 +0000
committerMichael Büsch <mb@bu3sch.de>2010-10-17 16:52:53 +0000
commit139259a3383162cfd9a06bc1b0b9c62b9d0bfba0 (patch)
treeff672600fa675f03066f9257ba8c3b0d0d7ad6bd /target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch
parent9d9e3fed628d7da86297e7e92f42b0d23d0d3ccb (diff)
downloadmaster-31e0f0ae-139259a3383162cfd9a06bc1b0b9c62b9d0bfba0.tar.gz
master-31e0f0ae-139259a3383162cfd9a06bc1b0b9c62b9d0bfba0.tar.bz2
master-31e0f0ae-139259a3383162cfd9a06bc1b0b9c62b9d0bfba0.zip
omap24xx: Remove 2.6.35 support
SVN-Revision: 23507
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch')
-rw-r--r--target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch b/target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch
deleted file mode 100644
index c57ca4e6f0..0000000000
--- a/target/linux/omap24xx/patches-2.6.35/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;