Browse Source

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>
Fabian Frederick 11 năm trước cách đây
mục cha
commit
b3f2512ecd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lib/rhashtable.c

+ 0 - 1
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