summaryrefslogtreecommitdiffstats
path: root/lib/rhashtable.c
diff options
context:
space:
mode:
authorStephen Rothwell2015-02-09 04:04:03 +0100
committerDavid S. Miller2015-02-09 06:52:24 +0100
commit61d7b097738c9e37f7d5dcb1adf54a54d34444f7 (patch)
treeea32ba8957cad59dd2f5789b5e2e40ceef894b4a /lib/rhashtable.c
parentDriver: Vmxnet3: Change the hex constant to its decimal equivalent (diff)
downloadkernel-qcow2-linux-61d7b097738c9e37f7d5dcb1adf54a54d34444f7.tar.gz
kernel-qcow2-linux-61d7b097738c9e37f7d5dcb1adf54a54d34444f7.tar.xz
kernel-qcow2-linux-61d7b097738c9e37f7d5dcb1adf54a54d34444f7.zip
rhashtable: using ERR_PTR requires linux/err.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/rhashtable.c')
-rw-r--r--lib/rhashtable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rhashtable.c b/lib/rhashtable.c
index e96fc00208bc..9cc4c4a90d00 100644
--- a/lib/rhashtable.c
+++ b/lib/rhashtable.c
@@ -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