commit | 61d7b097738c9e37f7d5dcb1adf54a54d34444f7 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Mon Feb 09 14:04:03 2015 +1100 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 08 21:52:24 2015 -0800 |
tree | ea32ba8957cad59dd2f5789b5e2e40ceef894b4a | |
parent | dd83829ed9da6262487252851ca0aa67600d7d56 [diff] [blame] |
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>
diff --git a/lib/rhashtable.c b/lib/rhashtable.c index e96fc00..9cc4c4a 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