Re: [PATCH 07/19] pinctrl: imx50: 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_IMX50 > drivers/pinctrl/freescale/Kconfig: bool "IMX50 pinctrl driver" > > ...meaning

Re: [PATCH 07/19] pinctrl: imx50: 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_IMX50 > drivers/pinctrl/freescale/Kconfig: bool "IMX50 pinctrl driver" > > ...meaning that it currently is not being

[PATCH 07/19] pinctrl: imx50: 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_IMX50 drivers/pinctrl/freescale/Kconfig: bool "IMX50 pinctrl driver" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is

[PATCH 07/19] pinctrl: imx50: 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_IMX50 drivers/pinctrl/freescale/Kconfig: bool "IMX50 pinctrl driver" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is