summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2016-02-10 06:07:29 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-02-11 14:45:24 (GMT)
commit40d29af05703555b03c689e5cecc34bdea28fa89 (patch)
treeddc5c725aff672c2aa01b9cd8ad24ce1626933c2 /drivers/net/vxlan.c
parentf48e72318aa6f6ac792eaf74f3b77491a5c43891 (diff)
downloadlinux-40d29af05703555b03c689e5cecc34bdea28fa89.tar.xz
vxlan: udp_tunnel duplicate include net/udp_tunnel.h
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxlan.c')
-rw-r--r--drivers/net/vxlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 65f5247..ebf57d9 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -42,7 +42,7 @@
#include <net/netns/generic.h>
#include <net/vxlan.h>
#include <net/protocol.h>
-#include <net/udp_tunnel.h>
+
#if IS_ENABLED(CONFIG_IPV6)
#include <net/ipv6.h>
#include <net/addrconf.h>