]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Mon, 20 Sep 2021 11:55:36 +0000 (19:55 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Sep 2021 12:09:06 +0000 (13:09 +0100)
commita0b3d2838ca2e17010cb2e1e79b1d867b1a7e1f4
tree8870e1382a730cfd492080dc4f2126424f5b27c7
parente8c82d5340822f9c9cdf8da3864000913ebb745d
net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c

tcp_minisocks.c hasn't use any macro or function declared in mm.h, module.h,
slab.h, sysctl.h, workqueue.h, static_key.h and inet_common.h. Thus, these
files can be removed from tcp_minisocks.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/tcp_minisocks.c