From: Zhu Yanjun Date: Fri, 26 Aug 2016 14:21:47 +0000 (+0800) Subject: vxlan: remove the useless header file protocol.h X-Git-Tag: v4.9-rc1~127^2~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7a3c564466e9d58217200b36c026a52d99aaff;p=thirdparty%2Fkernel%2Flinux.git vxlan: remove the useless header file protocol.h This header file is not used in vxlan.c file. Signed-off-by: Zhu Yanjun Signed-off-by: David S. Miller --- diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index c0dda6fc09217..3f7e0d2dd21a3 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c @@ -27,7 +27,6 @@ #include #include #include -#include #if IS_ENABLED(CONFIG_IPV6) #include