Re: [PATCH 10/10] clk: ti: make clk-dra7-atl explicitly non-modular

2016-11-04 Thread Stephen Boyd
On 07/04, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > arch/arm/mach-omap2/Kconfig:config SOC_DRA7XX > arch/arm/mach-omap2/Kconfig:bool "TI DRA7XX" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the mod

[PATCH 10/10] clk: ti: make clk-dra7-atl explicitly non-modular

2016-07-04 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: arch/arm/mach-omap2/Kconfig:config SOC_DRA7XX arch/arm/mach-omap2/Kconfig:bool "TI DRA7XX" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that