commit | bea714581a317803a0dfc9f975cb9fc2f2cada86 | [log] [tgz] |
---|---|---|
author | Mianhan Liu <liumh1@shanghaitech.edu.cn> | Mon Sep 20 20:29:57 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 21 10:17:20 2021 +0100 |
tree | 7ea37fb82a348b48936ff90a52d5b5b1bd344293 | |
parent | 85c698863c15176f743fd1d1fcf39ceb9172c820 [diff] |
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>