From: stephen hemminger Date: Wed, 10 Feb 2016 06:07:29 +0000 (-0800) Subject: vxlan: udp_tunnel duplicate include net/udp_tunnel.h X-Git-Tag: v4.6-rc1~91^2~286 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40d29af05703555b03c689e5cecc34bdea28fa89;p=thirdparty%2Fkernel%2Flinux.git vxlan: udp_tunnel duplicate include net/udp_tunnel.h Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 65f52472a52cc..ebf57d90d295b 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c @@ -42,7 +42,7 @@ #include #include #include -#include + #if IS_ENABLED(CONFIG_IPV6) #include #include