From: Mianhan Liu Date: Wed, 29 Sep 2021 06:41:06 +0000 (+0800) Subject: net/dsa/tag_ksz.c: remove superfluous headers X-Git-Tag: howlett/maple/20220722_2~1960^2~329 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ca4b0649be01cbf020a4cedf3f0a04a1975a0387;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: David S. Miller --- diff --git a/net/dsa/tag_ksz.c b/net/dsa/tag_ksz.c index fa1d60d13ad90..3509fc967ca9d 100644 --- a/net/dsa/tag_ksz.c +++ b/net/dsa/tag_ksz.c @@ -6,7 +6,6 @@ #include #include -#include #include #include "dsa_priv.h"