Re: [PATCH 20/22] mfd: wm8350-i2c: Make it explicitly non-modular

2018-12-05 Thread Charles Keepax
On Sun, Dec 02, 2018 at 11:23:27PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_WM8350_I2C > drivers/mfd/Kconfig:bool "Wolfson Microelectronics WM8350 with I2C" > > ...meaning that it currently is not being bu

[PATCH 20/22] mfd: wm8350-i2c: Make it explicitly non-modular

2018-12-02 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_WM8350_I2C drivers/mfd/Kconfig:bool "Wolfson Microelectronics WM8350 with I2C" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially