aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/vport-vxlan.c
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-09-23 21:55:22 +0800
committerJesse Gross <jesse@nicira.com>2013-09-23 13:36:14 -0700
commit9db5507947659065c5ffd76e4dd243f4a26a0bbb (patch)
treefe230ab255cb8f6c6918bedfa02cf7e92c1a4761 /net/openvswitch/vport-vxlan.c
parente7f133290660d976da8cb20e9bc7310d0cd19341 (diff)
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/vport-vxlan.c b/net/openvswitch/vport-vxlan.c
index a481c03e2861..b0da39469ec8 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>