summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-gre.c
diff options
context:
space:
mode:
authorWei Yongjun2013-09-23 15:56:14 +0200
committerJesse Gross2013-09-23 22:36:31 +0200
commitf0627cfa24389cab25c67bb7ca902912216a8a2d (patch)
tree0d20296beedfa1ccb4388738f526ccaceb4c7c83 /net/openvswitch/vport-gre.c
parentopenvswitch: remove duplicated include from vport-vxlan.c (diff)
downloadkernel-qcow2-linux-f0627cfa24389cab25c67bb7ca902912216a8a2d.tar.gz
kernel-qcow2-linux-f0627cfa24389cab25c67bb7ca902912216a8a2d.tar.xz
kernel-qcow2-linux-f0627cfa24389cab25c67bb7ca902912216a8a2d.zip
openvswitch: remove duplicated include from vport-gre.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net/openvswitch/vport-gre.c')
-rw-r--r--net/openvswitch/vport-gre.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openvswitch/vport-gre.c b/net/openvswitch/vport-gre.c
index c99dea543d64..a3d6951602db 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>