Re: [PATCH 1/9] pinctrl: as3722: make it explicitly non-modular

2016-06-06 Thread Laxman Dewangan
On Tuesday 07 June 2016 08:13 AM, Paul Gortmaker wrote: The Kconfig currently controlling compilation of this code is: config PINCTRL_AS3722 bool "Pinctrl and GPIO driver for ams AS3722 PMIC" ...meaning that it currently is not being built as a module by anyone. Lets remove the modul

[PATCH 1/9] pinctrl: as3722: make it explicitly non-modular

2016-06-06 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config PINCTRL_AS3722 bool "Pinctrl and GPIO driver for ams AS3722 PMIC" ...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 reading t