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:
73b86bb
)
vxlan: remove the useless header file protocol.h
author
Zhu Yanjun
<zyjzyj2000@gmail.com>
Fri, 26 Aug 2016 14:21:47 +0000
(22:21 +0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 27 Aug 2016 04:48:41 +0000
(21:48 -0700)
This header file is not used in vxlan.c file.
Signed-off-by: Zhu Yanjun <zyjzyj2000@gmail.com>
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 c0dda6fc09217bb31ab2f750e5d4d51abd6411cf..3f7e0d2dd21a32d7fbe7c99041591506f4693343 100644
(file)
--- a/
drivers/net/vxlan.c
+++ b/
drivers/net/vxlan.c
@@
-27,7
+27,6
@@
#include <net/net_namespace.h>
#include <net/netns/generic.h>
#include <net/vxlan.h>
-#include <net/protocol.h>
#if IS_ENABLED(CONFIG_IPV6)
#include <net/ip6_tunnel.h>