aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-09-17 21:07:19 +0200
committerDavid S. Miller <davem@davemloft.net>2014-09-19 17:08:52 -0400
commitb3f2512ecdb3561ffa44737f370fdb78e1febf6b (patch)
tree0a57a8e780a3c945de38ed94318bd76985477e48 /lib
parentnet: allow macvlans to move to net namespace (diff)
downloadlinux-dev-b3f2512ecdb3561ffa44737f370fdb78e1febf6b.tar.xz
linux-dev-b3f2512ecdb3561ffa44737f370fdb78e1febf6b.zip
lib: rhashtable: remove second linux/log2.h inclusion
linux/log2.h was included twice. Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/rhashtable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rhashtable.c b/lib/rhashtable.c
index a2c78810ebc1..7b36e4d40ed7 100644
--- a/lib/rhashtable.c
+++ b/lib/rhashtable.c
@@ -23,7 +23,6 @@
#include <linux/hash.h>
#include <linux/random.h>
#include <linux/rhashtable.h>
-#include <linux/log2.h>
#define HASH_DEFAULT_SIZE 64UL
#define HASH_MIN_SIZE 4UL