Re: [PATCH] net: dsa: qca8k: replace legacy gpio include

2019-07-12 Thread David Miller
From: Christian Lamparter Date: Fri, 12 Jul 2019 17:33:36 +0200 > This patch replaces the legacy bulk gpio.h include > with the proper gpio/consumer.h variant. This was > caught by the kbuild test robot that was running > into an error because of this. > > For more information why linux/gpio.h i

Re: [PATCH] net: dsa: qca8k: replace legacy gpio include

2019-07-12 Thread Florian Fainelli
On 7/12/19 8:33 AM, Christian Lamparter wrote: > This patch replaces the legacy bulk gpio.h include > with the proper gpio/consumer.h variant. This was > caught by the kbuild test robot that was running > into an error because of this. > > For more information why linux/gpio.h is bad can be found

Re: [PATCH] net: dsa: qca8k: replace legacy gpio include

2019-07-12 Thread Vivien Didelot
On Fri, 12 Jul 2019 17:33:36 +0200, Christian Lamparter wrote: > This patch replaces the legacy bulk gpio.h include > with the proper gpio/consumer.h variant. This was > caught by the kbuild test robot that was running > into an error because of this. > > For more information why linux/gpio.h is

[PATCH] net: dsa: qca8k: replace legacy gpio include

2019-07-12 Thread Christian Lamparter
This patch replaces the legacy bulk gpio.h include with the proper gpio/consumer.h variant. This was caught by the kbuild test robot that was running into an error because of this. For more information why linux/gpio.h is bad can be found in: commit 56a46b6144e7 ("gpio: Clarify that is legacy")