diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-03-20 14:07:25 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-03-20 14:07:25 +0000 |
commit | 37548fcf607c78ab44bad904430f578fd4bc1f04 (patch) | |
tree | ce6c568928870c310b27f91c83cef0ef7e91de44 /target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch | |
parent | 7b7242564ad77f6ad1fe00e61a2a6929e3334c23 (diff) | |
download | upstream-37548fcf607c78ab44bad904430f578fd4bc1f04.tar.gz upstream-37548fcf607c78ab44bad904430f578fd4bc1f04.tar.bz2 upstream-37548fcf607c78ab44bad904430f578fd4bc1f04.zip |
omap24xx: Update to 2.6.38. Remove 2.6.37 files
SVN-Revision: 26244
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.patch | 19 |
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 ec34d81551..0000000000 --- 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; |