aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-09-23 21:56:14 +0800
committerJesse Gross <jesse@nicira.com>2013-09-23 13:36:31 -0700
commitf0627cfa24389cab25c67bb7ca902912216a8a2d (patch)
tree0d20296beedfa1ccb4388738f526ccaceb4c7c83 /net/openvswitch
parentopenvswitch: remove duplicated include from vport-vxlan.c (diff)
downloadlinux-dev-f0627cfa24389cab25c67bb7ca902912216a8a2d.tar.xz
linux-dev-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')
-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>