aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-08-27 00:20:11 +0200
committerDavid S. Miller <davem@davemloft.net>2018-08-27 15:24:33 -0700
commitad8619864f0c9bd89e14d957afa3fd8aaf0720da (patch)
treea2b2fc759ddebf6c4146752e1e642b7972fdfd83
parenttipc: fix the big/little endian issue in tipc_dest (diff)
downloadlinux-dev-ad8619864f0c9bd89e14d957afa3fd8aaf0720da.tar.xz
linux-dev-ad8619864f0c9bd89e14d957afa3fd8aaf0720da.zip
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 <linus.walleij@linaro.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/dsa/dsa.c2
1 files changed, 0 insertions, 2 deletions
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 <linux/of_mdio.h>
#include <linux/of_platform.h>
#include <linux/of_net.h>
-#include <linux/of_gpio.h>
#include <linux/netdevice.h>
#include <linux/sysfs.h>
#include <linux/phy_fixed.h>
#include <linux/ptp_classify.h>
-#include <linux/gpio/consumer.h>
#include <linux/etherdevice.h>
#include "dsa_priv.h"