Re: [PATCH 1/4] gpio: msic: drop unused MODULE_ tags from non-modular code

2016-08-23 Thread Linus Walleij
On Mon, Aug 22, 2016 at 6:48 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_MSIC > drivers/gpio/Kconfig: bool "Intel MSIC mixed signal gpio support" > > ...meaning that it currently

Re: [PATCH 1/4] gpio: msic: drop unused MODULE_ tags from non-modular code

2016-08-23 Thread Linus Walleij
On Mon, Aug 22, 2016 at 6:48 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_MSIC > drivers/gpio/Kconfig: bool "Intel MSIC mixed signal gpio support" > > ...meaning that it currently is not being built as a module

[PATCH 1/4] gpio: msic: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/gpio/Kconfig:config GPIO_MSIC drivers/gpio/Kconfig: bool "Intel MSIC mixed signal gpio support" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure

[PATCH 1/4] gpio: msic: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/gpio/Kconfig:config GPIO_MSIC drivers/gpio/Kconfig: bool "Intel MSIC mixed signal gpio support" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure