remove 2.6.32 support
[openwrt/openwrt.git] / target / linux / omap24xx / patches-2.6.35 / 800-decompress-unlzo-fixes.patch
1 ---
2 lib/decompress_unlzo.c | 4 ++++
3 1 file changed, 4 insertions(+)
4
5 --- linux-2.6.35.orig/lib/decompress_unlzo.c
6 +++ linux-2.6.35/lib/decompress_unlzo.c
7 @@ -50,6 +50,10 @@ static const unsigned char lzop_magic[]
8 #define LZO_BLOCK_SIZE (256*1024l)
9 #define HEADER_HAS_FILTER 0x00000800L
10
11 +#ifndef INIT
12 +#define INIT /* nothing */
13 +#endif
14 +
15 STATIC inline int INIT parse_header(u8 *input, u8 *skip)
16 {
17 int l;