Re: [PATCH 2/4] gpio: mxc: 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_MXC > drivers/gpio/Kconfig: def_bool y > > ...meaning that it currently is not being built as a module by

Re: [PATCH 2/4] gpio: mxc: 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_MXC > drivers/gpio/Kconfig: def_bool y > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the

[PATCH 2/4] gpio: mxc: 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_MXC drivers/gpio/Kconfig: def_bool y ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the

[PATCH 2/4] gpio: mxc: 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_MXC drivers/gpio/Kconfig: def_bool y ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the