summaryrefslogtreecommitdiff
path: root/patches/backport-adjustments/rhashtable.patch
blob: 798d9cbb845b0f23c0e1dd0e6582d8831df93d04 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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