summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-08-04 18:54:16 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-04 20:53:02 +0200
commit99dd163bc303ff76462e0c59db7fbe724cbf1f28 (patch)
tree22fa9767f33ff691008e26e4238ef08eb60ea775 /target/linux/generic
parent08fe1c6dbc1a0bd1c5135cad3c924b3a03e815a2 (diff)
downloadmaster-31e0f0ae-99dd163bc303ff76462e0c59db7fbe724cbf1f28.tar.gz
master-31e0f0ae-99dd163bc303ff76462e0c59db7fbe724cbf1f28.tar.bz2
master-31e0f0ae-99dd163bc303ff76462e0c59db7fbe724cbf1f28.zip
kernel: remove a long obsolete unlzo decompressor fix
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/patches-3.18/960-decompress_unlzo_fix.patch23
-rw-r--r--target/linux/generic/patches-4.1/960-decompress_unlzo_fix.patch23
-rw-r--r--target/linux/generic/patches-4.4/960-decompress_unlzo_fix.patch23
3 files changed, 0 insertions, 69 deletions
diff --git a/target/linux/generic/patches-3.18/960-decompress_unlzo_fix.patch b/target/linux/generic/patches-3.18/960-decompress_unlzo_fix.patch
deleted file mode 100644
index ee7c118ef0..0000000000
--- a/target/linux/generic/patches-3.18/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
-@@ -38,6 +38,7 @@
-
- #include <linux/types.h>
- #include <linux/lzo.h>
-+#include <linux/decompress/unlzo_mm.h>
- #include <linux/decompress/mm.h>
-
- #include <linux/compiler.h>
diff --git a/target/linux/generic/patches-4.1/960-decompress_unlzo_fix.patch b/target/linux/generic/patches-4.1/960-decompress_unlzo_fix.patch
deleted file mode 100644
index 37e322ad8c..0000000000
--- a/target/linux/generic/patches-4.1/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>
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>