]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
vxlan: remove the useless header file protocol.h
authorZhu Yanjun <zyjzyj2000@gmail.com>
Fri, 26 Aug 2016 14:21:47 +0000 (22:21 +0800)
committerDavid 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

index c0dda6fc09217bb31ab2f750e5d4d51abd6411cf..3f7e0d2dd21a32d7fbe7c99041591506f4693343 100644 (file)
@@ -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>