Skip to content

Commit b3f2512

Browse files
Fabian Frederickdavem330
authored andcommitted
lib: rhashtable: remove second linux/log2.h inclusion
linux/log2.h was included twice. Signed-off-by: Fabian Frederick <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0d0162e commit b3f2512

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rhashtable.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <linux/hash.h>
2424
#include <linux/random.h>
2525
#include <linux/rhashtable.h>
26-
#include <linux/log2.h>
2726

2827
#define HASH_DEFAULT_SIZE 64UL
2928
#define HASH_MIN_SIZE 4UL

0 commit comments

Comments
 (0)