projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48e723
)
vxlan: udp_tunnel duplicate include net/udp_tunnel.h
author
stephen hemminger
<stephen@networkplumber.org>
Wed, 10 Feb 2016 06:07:29 +0000
(22:07 -0800)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/vxlan.c
b/drivers/net/vxlan.c
index 65f52472a52cc7b7a73066019df5a5f0f8a39b87..ebf57d90d295b325b1bd70ab37b6a75d474936ad 100644
(file)
--- 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>