From: Stephen Rothwell Date: Mon, 9 Feb 2015 03:04:03 +0000 (+1100) Subject: rhashtable: using ERR_PTR requires linux/err.h X-Git-Tag: firefly_0821_release~176^2~2371^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=61d7b097738c9e37f7d5dcb1adf54a54d34444f7;p=firefly-linux-kernel-4.4.55.git rhashtable: using ERR_PTR requires linux/err.h Signed-off-by: Stephen Rothwell Signed-off-by: David S. Miller --- 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 #include #include +#include #define HASH_DEFAULT_SIZE 64UL #define HASH_MIN_SIZE 4UL