Re: [PATCH 01/14] clk: export some clk_hw function symbols for module drivers

2019-01-29 Thread Stephen Boyd
Quoting Jerome Brunet (2019-01-28 10:04:17) > clk-provider.h provides clk_hw_is_prepared(), clk_hw_is_enabled() and > clk_hw_is_prepared() but these symbols are not exported for the > modules which prevents a clock driver using them to be compiled as > a module. Export them to fix the problem. >

[PATCH 01/14] clk: export some clk_hw function symbols for module drivers

2019-01-28 Thread Jerome Brunet
clk-provider.h provides clk_hw_is_prepared(), clk_hw_is_enabled() and clk_hw_is_prepared() but these symbols are not exported for the modules which prevents a clock driver using them to be compiled as a module. Export them to fix the problem. Signed-off-by: Jerome Brunet --- drivers/clk/clk.c |