diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-09-23 15:56:14 +0200 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-09-23 22:36:31 +0200 |
commit | f0627cfa24389cab25c67bb7ca902912216a8a2d (patch) | |
tree | 0d20296beedfa1ccb4388738f526ccaceb4c7c83 /net | |
parent | openvswitch: remove duplicated include from vport-vxlan.c (diff) | |
download | linux-f0627cfa24389cab25c67bb7ca902912216a8a2d.tar.xz 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')
-rw-r--r-- | net/openvswitch/vport-gre.c | 2 |
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> |