From: Mianhan Liu Date: Mon, 20 Sep 2021 12:29:57 +0000 (+0800) Subject: net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_core.c X-Git-Tag: v6.6.17~8953^2~395 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bea714581a317803a0dfc9f975cb9fc2f2cada86;p=platform%2Fkernel%2Flinux-rpi.git net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_core.c udp_tunnel_core.c hasn't use any macro or function declared in udp.h, types.h, and net_namespace.h. Thus, these files can be removed from udp_tunnel_core.c safely without affecting the compilation of the net module. Signed-off-by: Mianhan Liu Signed-off-by: David S. Miller --- diff --git a/net/ipv4/udp_tunnel_core.c b/net/ipv4/udp_tunnel_core.c index b97e363..8efaf8c 100644 --- a/net/ipv4/udp_tunnel_core.c +++ b/net/ipv4/udp_tunnel_core.c @@ -2,11 +2,8 @@ #include #include #include -#include -#include #include #include -#include #include #include