]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_core.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Mon, 20 Sep 2021 12:29:57 +0000 (20:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Sep 2021 09:17:20 +0000 (10:17 +0100)
commit9854338eb14e619f9a0bbf927af3f19e73267a3a
tree7ea37fb82a348b48936ff90a52d5b5b1bd344293
parente5b00b71260f4df1b99ae11559cb5e9e8ec0df55
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 <liumh1@shanghaitech.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp_tunnel_core.c