From 99dd163bc303ff76462e0c59db7fbe724cbf1f28 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 4 Aug 2016 18:54:16 +0200 Subject: [PATCH] kernel: remove a long obsolete unlzo decompressor fix Signed-off-by: Felix Fietkau --- .../960-decompress_unlzo_fix.patch | 23 ------------------- .../960-decompress_unlzo_fix.patch | 23 ------------------- .../960-decompress_unlzo_fix.patch | 23 ------------------- 3 files changed, 69 deletions(-) delete mode 100644 target/linux/generic/patches-3.18/960-decompress_unlzo_fix.patch delete mode 100644 target/linux/generic/patches-4.1/960-decompress_unlzo_fix.patch delete mode 100644 target/linux/generic/patches-4.4/960-decompress_unlzo_fix.patch 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 - #include -+#include - #include - - #include 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 - #include -+#include - #include - - #include 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 - #include -+#include - #include - - #include -- 2.30.2