From: Fabian Frederick Date: Wed, 17 Sep 2014 19:07:19 +0000 (+0200) Subject: lib: rhashtable: remove second linux/log2.h inclusion X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b3f2512ecdb3561ffa44737f370fdb78e1febf6b;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git lib: rhashtable: remove second linux/log2.h inclusion linux/log2.h was included twice. Signed-off-by: Fabian Frederick Signed-off-by: David S. Miller --- diff --git a/lib/rhashtable.c b/lib/rhashtable.c index a2c78810ebc1..7b36e4d40ed7 100644 --- a/lib/rhashtable.c +++ b/lib/rhashtable.c @@ -23,7 +23,6 @@ #include #include #include -#include #define HASH_DEFAULT_SIZE 64UL #define HASH_MIN_SIZE 4UL