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

2014-09-16 Thread David Miller
From: Fabian Frederick Date: Tue, 16 Sep 2014 20:04:18 +0200 > linux/log2.h was included twice. > > Signed-off-by: Fabian Frederick If you expect this to go into the networking tree, you'll need to resubmit this with net...@vger.kernel.org CC:'d. Thank you. -- To unsubscribe from this list: s

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

2014-09-16 Thread Thomas Graf
On 09/16/14 at 08:04pm, Fabian Frederick wrote: > linux/log2.h was included twice. > > Signed-off-by: Fabian Frederick Acked-by: Thomas Graf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at h

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

2014-09-16 Thread Fabian Frederick
linux/log2.h was included twice. Signed-off-by: Fabian Frederick --- 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 #include #inclu