summaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-20 14:07:25 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-20 14:07:25 +0000
commit0521bd84db74cbbe5a9e2df111686069ca0276b2 (patch)
tree30bb7a6b0d91e6af1cbfdaeab0b651c7be45bd84 /target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
parent7e17f34e6d13040b73e84707abcbbfe70520794f (diff)
omap24xx: Update to 2.6.38. Remove 2.6.37 files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch')
-rw-r--r--target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch b/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
deleted file mode 100644
index ec34d8155..000000000
--- a/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
+++ /dev/null
@@ -1,19 +0,0 @@
----
- lib/decompress_unlzo.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-Index: linux-2.6.37/lib/decompress_unlzo.c
-===================================================================
---- linux-2.6.37.orig/lib/decompress_unlzo.c 2011-01-27 14:17:20.745000007 +0100
-+++ linux-2.6.37/lib/decompress_unlzo.c 2011-01-27 14:17:56.557000007 +0100
-@@ -51,6 +51,10 @@
- #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;