commit | 83688aec17bf3203d8477a9dd7cce88132950798 | [log] [tgz] |
---|---|---|
author | Mianhan Liu <liumh1@shanghaitech.edu.cn> | Mon Sep 20 19:58:31 2021 +0800 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu Sep 23 10:10:00 2021 +0200 |
tree | 5e658bc8b74aa7d2ccbde567797350f6de228205 | |
parent | 428168f9951710854d8d1abf6ca03a8bdab0ccc5 [diff] |
net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.c xfrm4_tunnel.c hasn't use any macro or function declared in mutex.h and ip.h Thus, these files can be removed from xfrm4_tunnel.c safely without affecting the compilation of the net module. Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>