This patch, adding a missing include to rhashtable.c, is not needed any more, because it went into upstream in commit 6d7954130. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- patches/backport-adjustments/rhashtable.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 patches/backport-adjustments/rhashtable.patch diff --git a/patches/backport-adjustments/rhashtable.patch b/patches/backport-adjustments/rhashtable.patch deleted file mode 100644 index 798d9cb..0000000 --- a/patches/backport-adjustments/rhashtable.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/compat/lib-rhashtable.c -+++ b/compat/lib-rhashtable.c -@@ -26,6 +26,7 @@ - #include <linux/random.h> - #include <linux/rhashtable.h> - #include <linux/err.h> -+#include <linux/export.h> - - #define HASH_DEFAULT_SIZE 64UL - #define HASH_MIN_SIZE 4U -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html