1
0
Fork 0

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>
hifive-unleashed-5.1
Fabian Frederick 2014-09-17 21:07:19 +02:00 committed by David S. Miller
parent 0d0162e7a3
commit b3f2512ecd
1 changed files with 0 additions and 1 deletions

View 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