All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: dsa: microchip: Drop unused GPIO includes
@ 2019-01-03 12:36 Linus Walleij
  2019-01-03 15:48 ` Vivien Didelot
  2019-01-04 20:58 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2019-01-03 12:36 UTC (permalink / raw)
  To: Andrew Lunn, Vivien Didelot, Florian Fainelli; +Cc: netdev, Linus Walleij

This driver does not use the old GPIO includes so drop
them.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/net/dsa/microchip/ksz_common.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/dsa/microchip/ksz_common.c b/drivers/net/dsa/microchip/ksz_common.c
index 3b12e2dcff31..8a5111f9414c 100644
--- a/drivers/net/dsa/microchip/ksz_common.c
+++ b/drivers/net/dsa/microchip/ksz_common.c
@@ -7,7 +7,6 @@
 
 #include <linux/delay.h>
 #include <linux/export.h>
-#include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
@@ -15,7 +14,6 @@
 #include <linux/phy.h>
 #include <linux/etherdevice.h>
 #include <linux/if_bridge.h>
-#include <linux/of_gpio.h>
 #include <linux/of_net.h>
 #include <net/dsa.h>
 #include <net/switchdev.h>
-- 
2.19.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: dsa: microchip: Drop unused GPIO includes
  2019-01-03 12:36 [PATCH] net: dsa: microchip: Drop unused GPIO includes Linus Walleij
@ 2019-01-03 15:48 ` Vivien Didelot
  2019-01-04 20:58 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Vivien Didelot @ 2019-01-03 15:48 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Andrew Lunn, Florian Fainelli, netdev, Linus Walleij

On Thu,  3 Jan 2019 13:36:43 +0100, Linus Walleij <linus.walleij@linaro.org> wrote:
> This driver does not use the old GPIO includes so drop
> them.
> 
> 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: microchip: Drop unused GPIO includes
  2019-01-03 12:36 [PATCH] net: dsa: microchip: Drop unused GPIO includes Linus Walleij
  2019-01-03 15:48 ` Vivien Didelot
@ 2019-01-04 20:58 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-01-04 20:58 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 13:36:43 +0100

> This driver does not use the old GPIO includes so drop
> them.
> 
> 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 20:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-03 12:36 [PATCH] net: dsa: microchip: Drop unused GPIO includes Linus Walleij
2019-01-03 15:48 ` Vivien Didelot
2019-01-04 20:58 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.