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: baikal/aarch64/sdk6.1~5428^2~329 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=2d416fa1e69f86884b8716380460ea3ac4a161d1;p=kernel.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"