From ca4b0649be01cbf020a4cedf3f0a04a1975a0387 Mon Sep 17 00:00:00 2001 From: Mianhan Liu Date: Wed, 29 Sep 2021 14:41:06 +0800 Subject: 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 --- net/dsa/tag_ksz.c | 1 - 1 file changed, 1 deletion(-) (limited to 'net/dsa/tag_ksz.c') diff --git a/net/dsa/tag_ksz.c b/net/dsa/tag_ksz.c index fa1d60d13ad9..3509fc967ca9 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" -- cgit v1.2.3