From: Kurt Kanzenbach Date: Sat, 21 Nov 2020 11:44:54 +0000 (+0100) Subject: net: dsa: tag_hellcreek: Cleanup includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8551fad63cd3e9e86926966da68d66fc19a6928d;p=linux.git net: dsa: tag_hellcreek: Cleanup includes Remove unused and add needed includes. No functional change. Suggested-by: Vladimir Oltean Signed-off-by: Kurt Kanzenbach Reviewed-by: Florian Fainelli Reviewed-by: Vladimir Oltean Signed-off-by: Jakub Kicinski --- diff --git a/net/dsa/tag_hellcreek.c b/net/dsa/tag_hellcreek.c index 2061de06eafbf..a09805c8e1abc 100644 --- a/net/dsa/tag_hellcreek.c +++ b/net/dsa/tag_hellcreek.c @@ -8,9 +8,7 @@ * Based on tag_ksz.c. */ -#include -#include -#include +#include #include #include "dsa_priv.h"