diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-09-23 21:56:14 +0800 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-09-23 13:36:31 -0700 |
commit | f0627cfa24389cab25c67bb7ca902912216a8a2d (patch) | |
tree | 0d20296beedfa1ccb4388738f526ccaceb4c7c83 /net/openvswitch/vport-gre.c | |
parent | 9db5507947659065c5ffd76e4dd243f4a26a0bbb (diff) | |
download | talos-obmc-linux-f0627cfa24389cab25c67bb7ca902912216a8a2d.tar.gz talos-obmc-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.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> |