1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 19:07:51 +03:00
openwrt-xburst/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
mb 30d1a74252 omap24xx: Refresh 2.6.37 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-27 13:19:03 +00:00

20 lines
572 B
Diff

---
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;