Re: [PATCH 4/4] gpio: zevio: make it explicitly non-modular

2016-05-11 Thread Linus Walleij
On Tue, May 10, 2016 at 1:59 AM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/gpio/Kconfig:config GPIO_ZEVIO > drivers/gpio/Kconfig: bool "LSI ZEVIO SoC memory mapped GPIOs" > > ...meaning that it currently is not being built as a module by

[PATCH 4/4] gpio: zevio: make it explicitly non-modular

2016-05-09 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/gpio/Kconfig:config GPIO_ZEVIO drivers/gpio/Kconfig: bool "LSI ZEVIO SoC memory mapped GPIOs" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned,