lib: rhashtable: remove second linux/log2.h inclusion
authorFabian Frederick <fabf@skynet.be>
Wed, 17 Sep 2014 19:07:19 +0000 (21:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Sep 2014 21:08:52 +0000 (17:08 -0400)
linux/log2.h was included twice.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/rhashtable.c

index a2c7881..7b36e4d 100644 (file)
@@ -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