netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nets: remove two duplicated #include
@ 2008-11-03 12:19 Jianjun Kong
  2008-11-04  2:23 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jianjun Kong @ 2008-11-03 12:19 UTC (permalink / raw)
  To: David S. Miller; +Cc: Linux-Kernel-Mailing-List, netdev


[PATCH] nets: remove two duplicated #include

Removed duplicated #include <rdma/ib_verbs.h> in net/9p/trans_rdma.c
		and  #include <linux/thread_info.h> in net/socket.c

Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
---
 net/9p/trans_rdma.c |    1 -
 net/socket.c        |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/net/9p/trans_rdma.c b/net/9p/trans_rdma.c
index 8d6cc47..a7fe63f 100644
--- a/net/9p/trans_rdma.c
+++ b/net/9p/trans_rdma.c
@@ -45,7 +45,6 @@
 #include <net/9p/transport.h>
 #include <rdma/ib_verbs.h>
 #include <rdma/rdma_cm.h>
-#include <rdma/ib_verbs.h>
 
 #define P9_PORT			5640
 #define P9_RDMA_SQ_DEPTH	32
diff --git a/net/socket.c b/net/socket.c
index 57550c3..d7128b7 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -69,7 +69,6 @@
 #include <linux/proc_fs.h>
 #include <linux/seq_file.h>
 #include <linux/mutex.h>
-#include <linux/thread_info.h>
 #include <linux/wanrouter.h>
 #include <linux/if_bridge.h>
 #include <linux/if_frad.h>
-- 
1.5.6.3


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

* Re: [PATCH] nets: remove two duplicated #include
  2008-11-03 12:19 [PATCH] nets: remove two duplicated #include Jianjun Kong
@ 2008-11-04  2:23 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-11-04  2:23 UTC (permalink / raw)
  To: jianjun; +Cc: linux-kernel, netdev

From: Jianjun Kong <jianjun@zeuux.org>
Date: Mon, 3 Nov 2008 20:19:08 +0800

> 
> [PATCH] nets: remove two duplicated #include
> 
> Removed duplicated #include <rdma/ib_verbs.h> in net/9p/trans_rdma.c
> 		and  #include <linux/thread_info.h> in net/socket.c
> 
> Signed-off-by: Jianjun Kong <jianjun@zeuux.org>

Applied, thank you.

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

end of thread, other threads:[~2008-11-04  2:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03 12:19 [PATCH] nets: remove two duplicated #include Jianjun Kong
2008-11-04  2:23 ` 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).