Re: [PATCH 02/10] clk: meson: make gxbb explicitly non-modular

2016-07-06 Thread Michael Turquette
Quoting Paul Gortmaker (2016-07-04 14:12:12) > The Kconfig currently controlling compilation of this code is: > > drivers/clk/meson/Kconfig:config COMMON_CLK_GXBB > drivers/clk/meson/Kconfig: bool > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the

[PATCH 02/10] clk: meson: make gxbb explicitly non-modular

2016-07-04 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/clk/meson/Kconfig:config COMMON_CLK_GXBB drivers/clk/meson/Kconfig: bool ...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 read