]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Tue, 21 Sep 2021 07:47:51 +0000 (15:47 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Sep 2021 10:02:28 +0000 (11:02 +0100)
commit9040b63e8ca6ab460493d7fe7b0ab0ff94b25bc3
tree16e1e27f60de1cbe5103fe13e945e13c8f207ab6
parent612594c4ac52c88c24f0064d0e25546aef50a0dc
net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.c

sysctl_net_ipv4.c hasn't use any macro or function declared in igmp.h,
inetdevice.h, mm.h, module.h, nsproxy.h, swap.h, inet_frag.h, route.h
and snmp.h. Thus, these files can be removed from sysctl_net_ipv4.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/sysctl_net_ipv4.c