Re: [PATCH 7/9] pinctrl: zynq: make it explicitly non-modular

2016-06-07 Thread Michal Simek
On 7.6.2016 04:43, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config PINCTRL_ZYNQ > bool "Pinctrl driver for Xilinx Zynq" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the modular code that is es

Re: [PATCH 7/9] pinctrl: zynq: make it explicitly non-modular

2016-06-06 Thread Sören Brinkmann
On Mon, 2016-06-06 at 22:43:06 -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config PINCTRL_ZYNQ > bool "Pinctrl driver for Xilinx Zynq" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the modu

[PATCH 7/9] pinctrl: zynq: make it explicitly non-modular

2016-06-06 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config PINCTRL_ZYNQ bool "Pinctrl driver for Xilinx Zynq" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that when reading the driver there