Re: [PATCH 15/19] pinctrl: imx7d: make it explicitly non-modular

2016-06-29 Thread Linus Walleij
On Sun, Jun 26, 2016 at 4:46 AM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pinctrl/freescale/Kconfig:config PINCTRL_IMX7D > drivers/pinctrl/freescale/Kconfig: bool "IMX7D pinctrl driver" > > ...meaning that it currently is not being bu

[PATCH 15/19] pinctrl: imx7d: make it explicitly non-modular

2016-06-25 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pinctrl/freescale/Kconfig:config PINCTRL_IMX7D drivers/pinctrl/freescale/Kconfig: bool "IMX7D pinctrl driver" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is es