[source] kernel: remove a long obsolete unlzo decompressor fix

LEDE Commits lede-commits at lists.infradead.org
Thu Aug 4 11:54:51 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=99dd163bc303ff76462e0c59db7fbe724cbf1f28

commit 99dd163bc303ff76462e0c59db7fbe724cbf1f28
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Aug 4 18:54:16 2016 +0200

    kernel: remove a long obsolete unlzo decompressor fix
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 .../patches-3.18/960-decompress_unlzo_fix.patch    | 23 ----------------------
 .../patches-4.1/960-decompress_unlzo_fix.patch     | 23 ----------------------
 .../patches-4.4/960-decompress_unlzo_fix.patch     | 23 ----------------------
 3 files changed, 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 ee7c118..0000000
--- 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 37e322a..0000000
--- 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 37e322a..0000000
--- 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>



More information about the lede-commits mailing list