1
0
Fork 0

vxlan: remove the useless header file protocol.h

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>
hifive-unleashed-5.1
Zhu Yanjun 2016-08-26 22:21:47 +08:00 committed by David S. Miller
parent 73b86bb703
commit 2a7a3c5644
1 changed files with 0 additions and 1 deletions

View 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>