Re: [PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-09-13 Thread Lee Jones
On Mon, 12 Sep 2016, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_SMSC > drivers/mfd/Kconfig: bool "SMSC ECE1099 series chips" > > ...meaning that it currently is not being built as a module by anyone. > > Lets

Re: [PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-09-13 Thread Lee Jones
On Mon, 12 Sep 2016, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_SMSC > drivers/mfd/Kconfig: bool "SMSC ECE1099 series chips" > > ...meaning that it currently is not being built as a module by anyone. > > Lets

[PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_SMSC drivers/mfd/Kconfig: bool "SMSC ECE1099 series chips" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so

[PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_SMSC drivers/mfd/Kconfig: bool "SMSC ECE1099 series chips" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so

Re: [PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-08-05 Thread Lee Jones
On Mon, 04 Jul 2016, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_SMSC > drivers/mfd/Kconfig: bool "SMSC ECE1099 series chips" > > ...meaning that it currently is not being built as a module by anyone. > > Lets

Re: [PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-08-05 Thread Lee Jones
On Mon, 04 Jul 2016, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_SMSC > drivers/mfd/Kconfig: bool "SMSC ECE1099 series chips" > > ...meaning that it currently is not being built as a module by anyone. > > Lets

[PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_SMSC drivers/mfd/Kconfig: bool "SMSC ECE1099 series chips" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so

[PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_SMSC drivers/mfd/Kconfig: bool "SMSC ECE1099 series chips" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so