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

route.c hasn't use any macro or function declared in uaccess.h, types.h,
string.h, sockios.h, times.h, protocol.h, arp.h and l3mdev.h. Thus, these
files can be removed from route.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/route.c