diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-27 10:02:03 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-27 10:02:03 +0000 |
commit | 2c6502bc88ad2f7e6e1f0f1d90f8bedc645f8eac (patch) | |
tree | c91b5f5c9896fcd5780e29ce04a071844e5766f0 /target/linux/generic/patches-2.6.35/009-decompress_unlzo_fix.patch | |
parent | 1858e40a15fbf569729ae92d5b587ed24f74487c (diff) |
[kernel] refresh 2.6.35 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23651 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.35/009-decompress_unlzo_fix.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.35/009-decompress_unlzo_fix.patch | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/target/linux/generic/patches-2.6.35/009-decompress_unlzo_fix.patch b/target/linux/generic/patches-2.6.35/009-decompress_unlzo_fix.patch index 482923dfd2..37e322ad8c 100644 --- a/target/linux/generic/patches-2.6.35/009-decompress_unlzo_fix.patch +++ b/target/linux/generic/patches-2.6.35/009-decompress_unlzo_fix.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.35.7/include/linux/decompress/unlzo_mm.h -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-2.6.35.7/include/linux/decompress/unlzo_mm.h 2010-10-23 09:32:04.000000000 +0800 +--- /dev/null ++++ b/include/linux/decompress/unlzo_mm.h @@ -0,0 +1,10 @@ +#ifndef UNLZO_MM_H +#define UNLZO_MM_H @@ -13,10 +11,8 @@ Index: linux-2.6.35.7/include/linux/decompress/unlzo_mm.h +#endif + +#endif -Index: linux-2.6.35.7/lib/decompress_unlzo.c -=================================================================== ---- linux-2.6.35.7.orig/lib/decompress_unlzo.c 2010-10-23 09:29:09.000000000 +0800 -+++ linux-2.6.35.7/lib/decompress_unlzo.c 2010-10-23 09:32:53.000000000 +0800 +--- a/lib/decompress_unlzo.c ++++ b/lib/decompress_unlzo.c @@ -39,6 +39,7 @@ #include <linux/types.h> |