diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-09-23 21:55:22 +0800 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-09-23 13:36:14 -0700 |
commit | 9db5507947659065c5ffd76e4dd243f4a26a0bbb (patch) | |
tree | fe230ab255cb8f6c6918bedfa02cf7e92c1a4761 /net/openvswitch/vport-vxlan.c | |
parent | e7f133290660d976da8cb20e9bc7310d0cd19341 (diff) | |
download | op-kernel-dev-9db5507947659065c5ffd76e4dd243f4a26a0bbb.zip op-kernel-dev-9db5507947659065c5ffd76e4dd243f4a26a0bbb.tar.gz |
openvswitch: remove duplicated include from vport-vxlan.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-vxlan.c')
-rw-r--r-- | net/openvswitch/vport-vxlan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/vport-vxlan.c b/net/openvswitch/vport-vxlan.c index a481c03..b0da394 100644 --- a/net/openvswitch/vport-vxlan.c +++ b/net/openvswitch/vport-vxlan.c @@ -29,7 +29,6 @@ #include <net/ip.h> #include <net/udp.h> #include <net/ip_tunnels.h> -#include <net/udp.h> #include <net/rtnetlink.h> #include <net/route.h> #include <net/dsfield.h> |