OSDN Git Service

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)
commit2b73e209ba756002a3414d94d19f469c630e122c
tree2a0fab928f13a3b15454ab25632b6d9ec599b323
parent005552854fe66a11542d8d117356e68183171394
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