diff options
author | Mianhan Liu <liumh1@shanghaitech.edu.cn> | 2021-09-25 22:21:40 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-27 12:47:39 +0100 |
commit | 2b73e209ba756002a3414d94d19f469c630e122c (patch) | |
tree | 2a0fab928f13a3b15454ab25632b6d9ec599b323 /net/ipv4/tcp_nv.c | |
parent | 005552854fe66a11542d8d117356e68183171394 (diff) | |
download | linux-2b73e209ba756002a3414d94d19f469c630e122c.tar.gz |
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>
Diffstat (limited to 'net/ipv4/tcp_nv.c')
-rw-r--r-- | net/ipv4/tcp_nv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_nv.c b/net/ipv4/tcp_nv.c index 95db7a11ba2a..ab552356bdba 100644 --- a/net/ipv4/tcp_nv.c +++ b/net/ipv4/tcp_nv.c @@ -25,7 +25,6 @@ * 1) Add mechanism to deal with reverse congestion. */ -#include <linux/mm.h> #include <linux/module.h> #include <linux/math64.h> #include <net/tcp.h> |