]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Sat, 25 Sep 2021 14:21:40 +0000 (22:21 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Sep 2021 11:47:39 +0000 (12:47 +0100)
commite4ce6eea2a88b2a7505930c2ad878af1837f40bf
tree2a0fab928f13a3b15454ab25632b6d9ec599b323
parent0329011128ff42ba6e67acce8e6420bb1d2f764e
net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c

tcp_nv.c hasn't use any macro or function declared in mm.h. Thus, these files
can be removed from tcp_nv.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_nv.c