summaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-06 21:06:43 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-06 21:06:43 +0000
commit4f5ef93497f9bd2ea85b475d81328bb0f1477bb4 (patch)
treef0367ec957c324217df0f428d41b603c9a48da74 /target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch
parentdde6436d4eab51fde4a6607afdbaa1b26b0d52b2 (diff)
omap24xx: Remove 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25395 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c57ca4e6f..000000000
--- 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;