Эх сурвалжийг харах

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>
Zhu Yanjun 9 жил өмнө
parent
commit
2a7a3c5644
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      drivers/net/vxlan.c

+ 0 - 1
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>