[PATCH 1/1] lib: rhashtable: remove second linux/log2.h inclusion

From: Fabian Frederick
Date: Tue Sep 16 2014 - 14:04:40 EST


linux/log2.h was included twice.

Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx>
---
lib/rhashtable.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/lib/rhashtable.c b/lib/rhashtable.c
index a2c7881..7b36e4d 100644
--- a/lib/rhashtable.c
+++ b/lib/rhashtable.c
@@ -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
--
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/