All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] lib: rhashtable: remove second linux/log2.h inclusion
@ 2014-09-16 18:04 Fabian Frederick
  2014-09-16 18:54 ` Thomas Graf
  2014-09-16 20:40 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Fabian Frederick @ 2014-09-16 18:04 UTC (permalink / raw)
  To: linux-kernel; +Cc: tgraf, davem, Fabian Frederick

linux/log2.h was included twice.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] lib: rhashtable: remove second linux/log2.h inclusion
  2014-09-16 18:04 [PATCH 1/1] lib: rhashtable: remove second linux/log2.h inclusion Fabian Frederick
@ 2014-09-16 18:54 ` Thomas Graf
  2014-09-16 20:40 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Graf @ 2014-09-16 18:54 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: linux-kernel, davem

On 09/16/14 at 08:04pm, Fabian Frederick wrote:
> linux/log2.h was included twice.
> 
> Signed-off-by: Fabian Frederick <fabf@skynet.be>

Acked-by: Thomas Graf <tgraf@suug.ch>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] lib: rhashtable: remove second linux/log2.h inclusion
  2014-09-16 18:04 [PATCH 1/1] lib: rhashtable: remove second linux/log2.h inclusion Fabian Frederick
  2014-09-16 18:54 ` Thomas Graf
@ 2014-09-16 20:40 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-09-16 20:40 UTC (permalink / raw)
  To: fabf; +Cc: linux-kernel, tgraf

From: Fabian Frederick <fabf@skynet.be>
Date: Tue, 16 Sep 2014 20:04:18 +0200

> linux/log2.h was included twice.
> 
> Signed-off-by: Fabian Frederick <fabf@skynet.be>

If you expect this to go into the networking tree, you'll need to
resubmit this with netdev@vger.kernel.org CC:'d.

Thank you.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-16 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-16 18:04 [PATCH 1/1] lib: rhashtable: remove second linux/log2.h inclusion Fabian Frederick
2014-09-16 18:54 ` Thomas Graf
2014-09-16 20:40 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.