Re: [PATCH 5/7] drivers/mfd: make max77686.c explicitly non-modular

2016-04-04 Thread Javier Martinez Canillas
Hello Krzysztof, On 04/03/2016 11:44 PM, Krzysztof Kozlowski wrote: > On 04.04.2016 06:24, Paul Gortmaker wrote: >> The Kconfig currently controlling compilation of this code is: >> >> drivers/mfd/Kconfig:config MFD_MAX77686 >> drivers/mfd/Kconfig:bool "Maxim Semiconductor MAX77686/802 PMIC Su

Re: [PATCH 5/7] drivers/mfd: make max77686.c explicitly non-modular

2016-04-04 Thread Paul Gortmaker
[Re: [PATCH 5/7] drivers/mfd: make max77686.c explicitly non-modular] On 04/04/2016 (Mon 12:44) Krzysztof Kozlowski wrote: > On 04.04.2016 06:24, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/mfd/Kconfig:config MFD

Re: [PATCH 5/7] drivers/mfd: make max77686.c explicitly non-modular

2016-04-03 Thread Krzysztof Kozlowski
On 04.04.2016 06:24, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_MAX77686 > drivers/mfd/Kconfig:bool "Maxim Semiconductor MAX77686/802 PMIC Support" > > ...meaning that it currently is not being built as a module by

[PATCH 5/7] drivers/mfd: make max77686.c explicitly non-modular

2016-04-03 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_MAX77686 drivers/mfd/Kconfig:bool "Maxim Semiconductor MAX77686/802 PMIC Support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentia