diff mbox

net: kill duplicate included head

Message ID 4F14FA50.406@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

solomon Jan. 17, 2012, 4:34 a.m. UTC
From: Shan Wei <davidshan@tencent.com>


For net part, remove duplicate included head.


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

Comments

David Miller Jan. 17, 2012, 3:32 p.m. UTC | #1
From: Shan Wei <shanwei88@gmail.com>
Date: Tue, 17 Jan 2012 12:34:24 +0800

> From: Shan Wei <davidshan@tencent.com>
> 
> 
> For net part, remove duplicate included head.
> 
> 
> Signed-off-by: Shan Wei <davidshan@tencent.com>

It's "header" not "head", anyways, applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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>