Skip to content

Commit

Permalink
vxlan: remove the useless header file protocol.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zhu Yanjun authored and David S. Miller committed Aug 27, 2016
1 parent 73b86bb commit 2a7a3c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/vxlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2a7a3c5

Please sign in to comment.