Re: [PATCH 4/6] pinctrl: rockchip: make it explicitly non-modular

2016-08-27 Thread Linus Walleij
On Tue, Aug 23, 2016 at 11:19 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pinctrl/Kconfig:config PINCTRL_ROCKCHIP > drivers/pinctrl/Kconfig:bool > > ...meaning that it currently is not being built as

Re: [PATCH 4/6] pinctrl: rockchip: make it explicitly non-modular

2016-08-27 Thread Linus Walleij
On Tue, Aug 23, 2016 at 11:19 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pinctrl/Kconfig:config PINCTRL_ROCKCHIP > drivers/pinctrl/Kconfig:bool > > ...meaning that it currently is not being built as a module by anyone. > > Lets

[PATCH 4/6] pinctrl: rockchip: make it explicitly non-modular

2016-08-23 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pinctrl/Kconfig:config PINCTRL_ROCKCHIP drivers/pinctrl/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

[PATCH 4/6] pinctrl: rockchip: make it explicitly non-modular

2016-08-23 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pinctrl/Kconfig:config PINCTRL_ROCKCHIP drivers/pinctrl/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