Re: [PATCH] gpio: always include linux/gpio/consumer.h in linux/gpio.h

2017-11-15 Thread Arnd Bergmann
On Wed, Nov 15, 2017 at 8:43 AM, Linus Walleij wrote: > On Tue, Nov 14, 2017 at 12:39 PM, Arnd Bergmann wrote: > >> linux/gpio/consumer.h is a bit odd, it contains definitions for a number >> of the advanced gpio interfaces, in variants for both gpiolib-based >> platforms and those not using gpio

Re: [PATCH] gpio: always include linux/gpio/consumer.h in linux/gpio.h

2017-11-14 Thread Linus Walleij
On Tue, Nov 14, 2017 at 12:39 PM, Arnd Bergmann wrote: > linux/gpio/consumer.h is a bit odd, it contains definitions for a number > of the advanced gpio interfaces, in variants for both gpiolib-based > platforms and those not using gpiolib. > > The file gets included implicitly by linux/gpio.h, b