netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1 RESEND] lib: rhashtable: remove second linux/log2.h inclusion
@ 2014-09-17 19:07 Fabian Frederick
  2014-09-19 21:09 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2014-09-17 19:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: netdev, 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] 2+ messages in thread

* Re: [PATCH 1/1 RESEND] lib: rhashtable: remove second linux/log2.h inclusion
  2014-09-17 19:07 [PATCH 1/1 RESEND] lib: rhashtable: remove second linux/log2.h inclusion Fabian Frederick
@ 2014-09-19 21:09 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-09-19 21:09 UTC (permalink / raw)
  To: fabf; +Cc: linux-kernel, netdev

From: Fabian Frederick <fabf@skynet.be>
Date: Wed, 17 Sep 2014 21:07:19 +0200

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

Applied, thanks.

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

end of thread, other threads:[~2014-09-19 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17 19:07 [PATCH 1/1 RESEND] lib: rhashtable: remove second linux/log2.h inclusion Fabian Frederick
2014-09-19 21:09 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).