Re: [PATCH 2/6] pinctrl: nomadik: make abx500 explicitly non-modular

2016-08-27 Thread Linus Walleij
On Tue, Aug 23, 2016 at 11:19 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config PINCTRL_ABX500 >bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions" > > ...meaning that it currently is not being built as a module by anyo

[PATCH 2/6] pinctrl: nomadik: make abx500 explicitly non-modular

2016-08-23 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config PINCTRL_ABX500 bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so