aboutsummaryrefslogtreecommitdiffstats
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
commit49a7d510b1cf52bb19a83998f52a54157e260e9a (patch)
treef0367ec957c324217df0f428d41b603c9a48da74 /target/linux/omap24xx/patches-2.6.36/800-decompress-unlzo-fixes.patch
parent973bcfc5ac185942abef31ddd920a7bf859ec881 (diff)
downloadupstream-49a7d510b1cf52bb19a83998f52a54157e260e9a.tar.gz
upstream-49a7d510b1cf52bb19a83998f52a54157e260e9a.tar.bz2
upstream-49a7d510b1cf52bb19a83998f52a54157e260e9a.zip
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 c57ca4e6f0..0000000000
--- 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;