Re: [PATCH 5/6] drivers/gpio: make gpio-tps65910.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_TPS65910 > drivers/gpio/Kconfig: bool "TPS65910 GPIO" > > ...meaning that it currently is not being built as a module by anyone. > > Lets r

[PATCH 5/6] drivers/gpio: make gpio-tps65910.c explicitly non-modular

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