]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/rhashtable.c
rhashtable: using ERR_PTR requires linux/err.h
[karo-tx-linux.git] / lib / rhashtable.c
index e96fc00208bc9f2719cacc2262e506c8045c6c0c..9cc4c4a90d00686228bebdfe55b212c34e98206f 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/jhash.h>
 #include <linux/random.h>
 #include <linux/rhashtable.h>
+#include <linux/err.h>
 
 #define HASH_DEFAULT_SIZE      64UL
 #define HASH_MIN_SIZE          4UL