summaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-17 16:52:53 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-17 16:52:53 +0000
commit38211cf5c22e2ac945f444f63416403a4284ac37 (patch)
tree48f1dc0583fe42836c308e38a9b76b20c6d071a3 /target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch
parentaed7a79e1110803f56d0d24ecf2a364927370636 (diff)
omap24xx: Remove 2.6.35 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23507 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c57ca4e6f..000000000
--- 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;