Re: linux-next: build failure after merge of the net-next tree
From: David Miller <davem@davemloft.net>
Date: 2015-02-09 05:52:51
Also in:
linux-next, lkml
From: David Miller <davem@davemloft.net>
Date: 2015-02-09 05:52:51
Also in:
linux-next, lkml
From: Stephen Rothwell <redacted> Date: Mon, 9 Feb 2015 14:07:45 +1100
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
Applied, thanks Stephen.