]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv4/datagram.c: remove superfluous header files from datagram.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Wed, 29 Sep 2021 05:31:09 +0000 (13:31 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Sep 2021 10:39:33 +0000 (11:39 +0100)
commit6cd833b8dbd4fdc99efc6e6e35e1f4fe8e08c43c
tree166b2e3cdeff0817629b742bb63b29a8cf6452cc
parent363d75c5ab86bdfab378786f22f7b07bdba3dc79
net/ipv4/datagram.c: remove superfluous header files from datagram.c

datagram.c hasn't use any macro or function declared in linux/ip.h.
Thus, these files can be removed from datagram.c safely without
affecting the compilation of the net/ipv4 module

Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/datagram.c