Re: [PATCH 7/8] gpio: wcove: 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: > The Kconfig for this file is: > > drivers/gpio/Kconfig:config GPIO_WHISKEY_COVE > drivers/gpio/Kconfig: tristate "GPIO support for Whiskey Cove PMIC" > > ...but however it does not include module.h -- it in

Re: [PATCH 7/8] gpio: wcove: 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: > The Kconfig for this file is: > > drivers/gpio/Kconfig:config GPIO_WHISKEY_COVE > drivers/gpio/Kconfig: tristate "GPIO support for Whiskey Cove PMIC" > > ...but however it does not include module.h -- it in turn gets it from > another

[PATCH 7/8] gpio: wcove: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
The Kconfig for this file is: drivers/gpio/Kconfig:config GPIO_WHISKEY_COVE drivers/gpio/Kconfig: tristate "GPIO support for Whiskey Cove PMIC" ...but however it does not include module.h -- it in turn gets it from another header (gpio/driver.h) and we'd like to replace that with a forward

[PATCH 7/8] gpio: wcove: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
The Kconfig for this file is: drivers/gpio/Kconfig:config GPIO_WHISKEY_COVE drivers/gpio/Kconfig: tristate "GPIO support for Whiskey Cove PMIC" ...but however it does not include module.h -- it in turn gets it from another header (gpio/driver.h) and we'd like to replace that with a forward