* [PATCH] net: dsa: mt7530: Drop unused GPIO include
@ 2019-01-03 21:31 Linus Walleij
2019-01-03 22:00 ` Vivien Didelot
2019-01-04 21:07 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2019-01-03 21:31 UTC (permalink / raw)
To: Andrew Lunn, Vivien Didelot, Florian Fainelli; +Cc: netdev, Linus Walleij
This driver uses GPIO descriptors only, <linux/of_gpio.h>
is not used so drop the include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
drivers/net/dsa/mt7530.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/dsa/mt7530.c b/drivers/net/dsa/mt7530.c
index 74547f43b938..a8a2c728afba 100644
--- a/drivers/net/dsa/mt7530.c
+++ b/drivers/net/dsa/mt7530.c
@@ -18,7 +18,6 @@
#include <linux/mfd/syscon.h>
#include <linux/module.h>
#include <linux/netdevice.h>
-#include <linux/of_gpio.h>
#include <linux/of_mdio.h>
#include <linux/of_net.h>
#include <linux/of_platform.h>
--
2.19.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] net: dsa: mt7530: Drop unused GPIO include
2019-01-03 21:31 [PATCH] net: dsa: mt7530: Drop unused GPIO include Linus Walleij
@ 2019-01-03 22:00 ` Vivien Didelot
2019-01-04 21:07 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Vivien Didelot @ 2019-01-03 22:00 UTC (permalink / raw)
To: Linus Walleij; +Cc: Andrew Lunn, Florian Fainelli, netdev, Linus Walleij
On Thu, 3 Jan 2019 22:31:32 +0100, Linus Walleij <linus.walleij@linaro.org> wrote:
> This driver uses GPIO descriptors only, <linux/of_gpio.h>
> is not used so drop the include.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Vivien Didelot <vivien.didelot@gmail.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: dsa: mt7530: Drop unused GPIO include
2019-01-03 21:31 [PATCH] net: dsa: mt7530: Drop unused GPIO include Linus Walleij
2019-01-03 22:00 ` Vivien Didelot
@ 2019-01-04 21:07 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-01-04 21:07 UTC (permalink / raw)
To: linus.walleij; +Cc: andrew, vivien.didelot, f.fainelli, netdev
From: Linus Walleij <linus.walleij@linaro.org>
Date: Thu, 3 Jan 2019 22:31:32 +0100
> This driver uses GPIO descriptors only, <linux/of_gpio.h>
> is not used so drop the include.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-01-04 21:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03 21:31 [PATCH] net: dsa: mt7530: Drop unused GPIO include Linus Walleij
2019-01-03 22:00 ` Vivien Didelot
2019-01-04 21:07 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox