Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3f2512e authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

lib: rhashtable: remove second linux/log2.h inclusion



linux/log2.h was included twice.

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0d0162e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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