From: Linus Walleij Date: Sun, 26 Aug 2018 22:20:11 +0000 (+0200) Subject: net: dsa: Drop GPIO includes X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ad8619864f0c9bd89e14d957afa3fd8aaf0720da;p=openwrt%2Fstaging%2Fblogic.git net: dsa: Drop GPIO includes Commit 52638f71fcff ("dsa: Move gpio reset into switch driver") moved the GPIO handling into the switch drivers but forgot to remove the GPIO header includes. Signed-off-by: Linus Walleij Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c index e63c554e0623..9f3209ff7ffd 100644 --- a/net/dsa/dsa.c +++ b/net/dsa/dsa.c @@ -19,12 +19,10 @@ #include #include #include -#include #include #include #include #include -#include #include #include "dsa_priv.h"