Re: [PATCH] clk: qcom: Export gdsc_gx_do_nothing_enable() to modules

2020-07-24 Thread Stephen Boyd
Quoting Stephen Boyd (2020-07-24 02:40:25) > A clk driver can be a module but the gdsc code is in the common module. > Export this symbol so that allmodconfig builds keep working. > > Cc: Jonathan Marek > Fixes: 0638226dd095 ("clk: qcom: add common gdsc_gx_do_nothing_enable for > gpucc drivers")

[PATCH] clk: qcom: Export gdsc_gx_do_nothing_enable() to modules

2020-07-24 Thread Stephen Boyd
A clk driver can be a module but the gdsc code is in the common module. Export this symbol so that allmodconfig builds keep working. Cc: Jonathan Marek Fixes: 0638226dd095 ("clk: qcom: add common gdsc_gx_do_nothing_enable for gpucc drivers") Signed-off-by: Stephen Boyd --- drivers/clk/qcom/gds