[PATCH 17/18] mfd: wm8350-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_WM8350 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 17/18] mfd: wm8350-core: drop unused module infrastructure from non-modular code

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

[PATCH 17/18] mfd: wm8350-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_WM8350 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