]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 65f52472a52cc7b7a73066019df5a5f0f8a39b87..ebf57d90d295b325b1bd70ab37b6a75d474936ad 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>