vxlan: udp_tunnel duplicate include net/udp_tunnel.h
authorstephen hemminger <stephen@networkplumber.org>
Wed, 10 Feb 2016 06:07:29 +0000 (22:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 14:45:24 +0000 (09:45 -0500)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c

index 65f5247..ebf57d9 100644 (file)
@@ -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>