Skip to content

Commit

Permalink
net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mianhan Liu authored and David S. Miller committed Sep 27, 2021
1 parent 0055528 commit 2b73e20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ipv4/tcp_nv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2b73e20

Please sign in to comment.