Re: [PATCH 3/6] drivers/gpio: make gpio-sx150x.c explicitly non-modular

2016-04-05 Thread Linus Walleij
On Fri, Apr 1, 2016 at 8:49 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_SX150X > drivers/gpio/Kconfig: bool "Semtech SX150x I2C GPIO expander" > > ...meaning that it currently is not being built as a module by a

[PATCH 3/6] drivers/gpio: make gpio-sx150x.c explicitly non-modular

2016-04-01 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/gpio/Kconfig:config GPIO_SX150X drivers/gpio/Kconfig: bool "Semtech SX150x I2C GPIO expander" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned,