[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPgLHd9a3ShUcYKn9Z4ES=AcAXUmRnHBNMMpni_Ot=zZekc7kw@mail.gmail.com>
Date: Mon, 23 Sep 2013 21:56:14 +0800
From: Wei Yongjun <weiyj.lk@...il.com>
To: jesse@...ira.com, davem@...emloft.net
Cc: yongjun_wei@...ndmicro.com.cn, dev@...nvswitch.org,
netdev@...r.kernel.org
Subject: [PATCH -next] openvswitch: remove duplicated include from vport-gre.c
From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
---
net/openvswitch/vport-gre.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/net/openvswitch/vport-gre.c b/net/openvswitch/vport-gre.c
index 21d5073..c03a964c 100644
--- a/net/openvswitch/vport-gre.c
+++ b/net/openvswitch/vport-gre.c
@@ -24,8 +24,6 @@
#include <linux/if_tunnel.h>
#include <linux/if_vlan.h>
#include <linux/in.h>
-#include <linux/if_vlan.h>
-#include <linux/in.h>
#include <linux/in_route.h>
#include <linux/inetdevice.h>
#include <linux/jhash.h>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists