Re: [PATCH 21/22] mfd: wm8350-core: drop unused MODULE_ tags from non-modular code

2018-12-05 Thread Charles Keepax
On Sun, Dec 02, 2018 at 11:23:28PM -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

Re: [PATCH 21/22] mfd: wm8350-core: drop unused MODULE_ tags from non-modular code

2018-12-05 Thread Charles Keepax
On Sun, Dec 02, 2018 at 11:23:28PM -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

[PATCH 21/22] mfd: wm8350-core: drop unused MODULE_ tags from non-modular code

2018-12-02 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

[PATCH 21/22] mfd: wm8350-core: drop unused MODULE_ tags from non-modular code

2018-12-02 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