net/dsa/tag_ksz.c: remove superfluous headers
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Wed, 29 Sep 2021 06:41:06 +0000 (14:41 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Sep 2021 10:38:21 +0000 (11:38 +0100)
commitca4b0649be01cbf020a4cedf3f0a04a1975a0387
tree02ba0a7f0855bd345dc3dd60f3b7dbef1d1fc866
parent6f8b64f86e27702d6a5bc2b085a82eca225e7f4f
net/dsa/tag_ksz.c: remove superfluous headers

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

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