]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit363d75c5ab86bdfab378786f22f7b07bdba3dc79
tree02ba0a7f0855bd345dc3dd60f3b7dbef1d1fc866
parent599c40aab06a62a0032f8d7f0463750063f76e4c
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