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

2016-04-05 Thread Javier Martinez Canillas
Hello Krzysztof, On 04/03/2016 11:42 PM, Krzysztof Kozlowski wrote: > On 04.04.2016 06:24, Paul Gortmaker wrote: >> The Kconfig currently controlling compilation of this code is: >> >> mfd/Kconfig:config MFD_MAX14577 >> mfd/Kconfig: bool "Maxim Semiconductor MAX14577/77836 MUIC + Charger >> Sup

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

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

Re: [PATCH 4/7] drivers/mfd: make max14577.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: > > mfd/Kconfig:config MFD_MAX14577 > mfd/Kconfig: bool "Maxim Semiconductor MAX14577/77836 MUIC + Charger > Support" > > ...meaning that it currently is not being built as a module by a

[PATCH 4/7] drivers/mfd: make max14577.c explicitly non-modular

2016-04-03 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: mfd/Kconfig:config MFD_MAX14577 mfd/Kconfig: bool "Maxim Semiconductor MAX14577/77836 MUIC + Charger Support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially o