clk: qcom: Export gdsc_gx_do_nothing_enable() to modules
authorStephen Boyd <sboyd@kernel.org>
Fri, 24 Jul 2020 09:40:25 +0000 (02:40 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 24 Jul 2020 09:41:26 +0000 (02:41 -0700)
commit413d84b88bee08ed59713e782053ff38d206c606
treefd4f02c07780542aa2bcad6caf5987fc3491994d
parent28f0769c772bb0c431e2833978474d4dfe3754a7
clk: qcom: Export gdsc_gx_do_nothing_enable() to modules

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 <jonathan@marek.ca>
Fixes: 0638226dd095 ("clk: qcom: add common gdsc_gx_do_nothing_enable for gpucc drivers")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20200724094025.3261266-1-sboyd@kernel.org
drivers/clk/qcom/gdsc.c