diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-04 18:54:16 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-04 20:53:02 +0200 |
commit | 99dd163bc303ff76462e0c59db7fbe724cbf1f28 (patch) | |
tree | 22fa9767f33ff691008e26e4238ef08eb60ea775 /target/linux/generic/patches-4.4 | |
parent | 08fe1c6dbc1a0bd1c5135cad3c924b3a03e815a2 (diff) | |
download | upstream-99dd163bc303ff76462e0c59db7fbe724cbf1f28.tar.gz upstream-99dd163bc303ff76462e0c59db7fbe724cbf1f28.tar.bz2 upstream-99dd163bc303ff76462e0c59db7fbe724cbf1f28.zip |
kernel: remove a long obsolete unlzo decompressor fix
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/patches-4.4')
-rw-r--r-- | target/linux/generic/patches-4.4/960-decompress_unlzo_fix.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/generic/patches-4.4/960-decompress_unlzo_fix.patch b/target/linux/generic/patches-4.4/960-decompress_unlzo_fix.patch deleted file mode 100644 index 37e322ad8c..0000000000 --- a/target/linux/generic/patches-4.4/960-decompress_unlzo_fix.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- /dev/null -+++ b/include/linux/decompress/unlzo_mm.h -@@ -0,0 +1,10 @@ -+#ifndef UNLZO_MM_H -+#define UNLZO_MM_H -+ -+#ifdef STATIC -+#define INIT -+#else -+#define INIT __init -+#endif -+ -+#endif ---- a/lib/decompress_unlzo.c -+++ b/lib/decompress_unlzo.c -@@ -39,6 +39,7 @@ - - #include <linux/types.h> - #include <linux/lzo.h> -+#include <linux/decompress/unlzo_mm.h> - #include <linux/decompress/mm.h> - - #include <linux/compiler.h> |