mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
0d0162e7a3
commit
b3f2512ecd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue