Re: [PATCH] net: dsa: Drop GPIO includes

2018-08-27 Thread David Miller
From: Linus Walleij Date: Mon, 27 Aug 2018 00:20:11 +0200 > 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 Applied.

Re: [PATCH] net: dsa: Drop GPIO includes

2018-08-26 Thread Andrew Lunn
On Mon, Aug 27, 2018 at 12:20:11AM +0200, Linus Walleij wrote: > 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

[PATCH] net: dsa: Drop GPIO includes

2018-08-26 Thread Linus Walleij
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 --- net/dsa/dsa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c index