From: Kurt Kanzenbach Date: Sat, 21 Nov 2020 11:44:54 +0000 (+0100) Subject: net: dsa: tag_hellcreek: Cleanup includes X-Git-Tag: io_uring-5.11-2020-12-23~79^2~190^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8551fad63cd3e9e86926966da68d66fc19a6928d;p=linux-2.6-block.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 2061de06eafb..a09805c8e1ab 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"