Re: [PATCH 1/8] gpio: palmas: fix implicit assumption module.h is present

2016-09-15 Thread Linus Walleij
On Tue, Sep 13, 2016 at 12:16 AM, Paul Gortmaker wrote: > This file is currently getting module.h from a global gpio header > and it will fail to build once we remove module.h from that. > > However, the driver is controlled with the following Kconfig: > >

Re: [PATCH 1/8] gpio: palmas: fix implicit assumption module.h is present

2016-09-15 Thread Linus Walleij
On Tue, Sep 13, 2016 at 12:16 AM, Paul Gortmaker wrote: > This file is currently getting module.h from a global gpio header > and it will fail to build once we remove module.h from that. > > However, the driver is controlled with the following Kconfig: > > drivers/gpio/Kconfig:config GPIO_PALMAS

[PATCH 1/8] gpio: palmas: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
This file is currently getting module.h from a global gpio header and it will fail to build once we remove module.h from that. However, the driver is controlled with the following Kconfig: drivers/gpio/Kconfig:config GPIO_PALMAS drivers/gpio/Kconfig: bool "TI PALMAS series PMICs GPIO" and

[PATCH 1/8] gpio: palmas: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
This file is currently getting module.h from a global gpio header and it will fail to build once we remove module.h from that. However, the driver is controlled with the following Kconfig: drivers/gpio/Kconfig:config GPIO_PALMAS drivers/gpio/Kconfig: bool "TI PALMAS series PMICs GPIO" and