Re: [PATCH 05/10] clk: oxnas: make it explicitly non-modular

2016-07-06 Thread Michael Turquette
Quoting Paul Gortmaker (2016-07-04 14:12:15) > The Kconfig currently controlling compilation of this code is: > > drivers/clk/Kconfig:config COMMON_CLK_OXNAS > drivers/clk/Kconfig:bool "Clock driver for the OXNAS SoC Family" > > ...meaning that it currently is not being built as a module by a

Re: [PATCH 05/10] clk: oxnas: make it explicitly non-modular

2016-07-06 Thread Neil Armstrong
2016-07-04 23:12 GMT+02:00 Paul Gortmaker : > The Kconfig currently controlling compilation of this code is: > > drivers/clk/Kconfig:config COMMON_CLK_OXNAS > drivers/clk/Kconfig:bool "Clock driver for the OXNAS SoC Family" > > ...meaning that it currently is not being built as a module by anyo

[PATCH 05/10] clk: oxnas: make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/clk/Kconfig:config COMMON_CLK_OXNAS drivers/clk/Kconfig:bool "Clock driver for the OXNAS SoC Family" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially