omap24xx: Update to 2.6.38. Remove 2.6.37 files
[openwrt.git] / target / linux / omap24xx / patches-2.6.37 / 800-decompress-unlzo-fixes.patch
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 (file)
index ec34d81..0000000
+++ /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;
This page took 0.025113 seconds and 4 git commands to generate.