summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-06-13 15:40:09 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2015-06-30 23:38:28 +0200
commit2666682960b0bb8a9dfdf3cca41690bb4f658a72 (patch)
tree950b644241484cc8a023bc95b6c5847db5e99c6f
parent5981a2a89831e3dd57e5a5c7ef8a0117ebedc5c5 (diff)
patches: rhashtable header patch not needed
Upstream commit: 6ed165220b2ecefbc28c594ff9039b626d745f60 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@hauke-m.de>
-rw-r--r--patches/backport-adjustments/rhashtable.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/patches/backport-adjustments/rhashtable.patch b/patches/backport-adjustments/rhashtable.patch
deleted file mode 100644
index e007a150..00000000
--- a/patches/backport-adjustments/rhashtable.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/compat/lib-rhashtable.c
-+++ b/compat/lib-rhashtable.c
-@@ -25,6 +25,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