netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: kill duplicate included head
@ 2012-01-17  4:34 Shan Wei
       [not found] ` <4F14FA50.406-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Shan Wei @ 2012-01-17  4:34 UTC (permalink / raw)
  To: sjur.brandeland-0IS4wlFg1OjSUeElwK9/Pw, David Miller,
	kuznet-v/Mj1YrvjDBInbfyfbPRSQ, jmorris-gx6/JNMH7DfYtjvyW6yDsg,
	Patrick McHardy, jesse-l0M0P4e3n4LQT0dZR+AlfA, NetDev,
	dev-yBygre7rU0TnMu66kgdUjQ

From: Shan Wei <davidshan-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org>


For net part, remove duplicate included head.


Signed-off-by: Shan Wei <davidshan-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org>
---
 net/caif/caif_usb.c    |    1 -
 net/ipv4/udp_diag.c    |    1 -
 net/openvswitch/flow.c |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/net/caif/caif_usb.c b/net/caif/caif_usb.c
index 5fc9eca..3d737fb 100644
--- a/net/caif/caif_usb.c
+++ b/net/caif/caif_usb.c
@@ -11,7 +11,6 @@
 #include <linux/module.h>
 #include <linux/netdevice.h>
 #include <linux/slab.h>
-#include <linux/netdevice.h>
 #include <linux/mii.h>
 #include <linux/usb.h>
 #include <linux/usb/usbnet.h>
diff --git a/net/ipv4/udp_diag.c b/net/ipv4/udp_diag.c
index e5e18cb..8a949f1 100644
--- a/net/ipv4/udp_diag.c
+++ b/net/ipv4/udp_diag.c
@@ -15,7 +15,6 @@
 #include <linux/udp.h>
 #include <net/udp.h>
 #include <net/udplite.h>
-#include <linux/inet_diag.h>
 #include <linux/sock_diag.h>

 static int sk_diag_dump(struct sock *sk, struct sk_buff *skb,
diff --git a/net/openvswitch/flow.c b/net/openvswitch/flow.c
index fe7f020..1252c30 100644
--- a/net/openvswitch/flow.c
+++ b/net/openvswitch/flow.c
@@ -32,7 +32,6 @@
 #include <linux/in.h>
 #include <linux/rcupdate.h>
 #include <linux/if_arp.h>
-#include <linux/if_ether.h>
 #include <linux/ip.h>
 #include <linux/ipv6.h>
 #include <linux/tcp.h>
-- 
1.7.1

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

* Re: [PATCH] net: kill duplicate included head
       [not found] ` <4F14FA50.406-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2012-01-17 15:32   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-01-17 15:32 UTC (permalink / raw)
  To: shanwei88-Re5JQEeQqe8AvxtiuMwx3w
  Cc: dev-yBygre7rU0TnMu66kgdUjQ, netdev-u79uwXL29TY76Z2rM5mHXA,
	jmorris-gx6/JNMH7DfYtjvyW6yDsg, kuznet-v/Mj1YrvjDBInbfyfbPRSQ,
	kaber-dcUjhNyLwpNeoWH0uzbU5w,
	sjur.brandeland-0IS4wlFg1OjSUeElwK9/Pw

From: Shan Wei <shanwei88-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Tue, 17 Jan 2012 12:34:24 +0800

> From: Shan Wei <davidshan-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org>
> 
> 
> For net part, remove duplicate included head.
> 
> 
> Signed-off-by: Shan Wei <davidshan-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org>

It's "header" not "head", anyways, applied.

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

end of thread, other threads:[~2012-01-17 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17  4:34 [PATCH] net: kill duplicate included head Shan Wei
     [not found] ` <4F14FA50.406-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-01-17 15:32   ` 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).