[PATCH 15/18] mfd: wm831x-core: drop unused module infrastructure from non-modular code

2019-01-13 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_WM831X drivers/mfd/Kconfig:bool ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the driver th

Re: [PATCH 15/18] mfd: wm831x-core: drop unused module infrastructure from non-modular code

2018-12-19 Thread Charles Keepax
On Mon, Dec 17, 2018 at 03:31:25PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_WM831X > drivers/mfd/Kconfig:bool > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the

[PATCH 15/18] mfd: wm831x-core: drop unused module infrastructure from non-modular code

2018-12-17 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_WM831X drivers/mfd/Kconfig:bool ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the driver th

Re: [PATCH 15/18] mfd: wm831x-core: drop unused module infrastructure from non-modular code

2018-12-10 Thread Charles Keepax
On Fri, Dec 07, 2018 at 03:11:02PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_WM831X > drivers/mfd/Kconfig:bool > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the

[PATCH 15/18] mfd: wm831x-core: drop unused module infrastructure from non-modular code

2018-12-07 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_WM831X drivers/mfd/Kconfig:bool ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the driver th