]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv4/syncookies.c: remove superfluous header files from syncookies.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Mon, 20 Sep 2021 14:15:49 +0000 (22:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Sep 2021 09:48:47 +0000 (10:48 +0100)
commite8edf815325c45b02cde21c22b8cfef2f7cdeb65
treee221f5160205708d8e29ea63ca7c8a86b8f3b780
parent9854338eb14e619f9a0bbf927af3f19e73267a3a
net/ipv4/syncookies.c: remove superfluous header files from syncookies.c

syncookies.c hasn't use any macro or function declared in slab.h and random.h,
Thus, these files can be removed from syncookies.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/syncookies.c