Skip to content

Commit

Permalink
lib: rhashtable: remove second linux/log2.h inclusion
Browse files Browse the repository at this point in the history
linux/log2.h was included twice.

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Fabian Frederick authored and davem330 committed Sep 19, 2014
1 parent 0d0162e commit b3f2512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rhashtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3f2512

Please sign in to comment.