]> git.baikalelectronics.ru Git - kernel.git/commit
clk: sunxi-ng: Export symbols used by CCU drivers
authorSamuel Holland <samuel@sholland.org>
Fri, 19 Nov 2021 03:33:34 +0000 (21:33 -0600)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 22 Nov 2021 09:02:21 +0000 (10:02 +0100)
commit0aaa11c532236764b6bbfb3a5e2833fef85a9729
tree9e0aa97364175b056311a563b5f7a6f16a43c77a
parent40a9af63ae9ec42386d6c40b14f92fb56557c9a8
clk: sunxi-ng: Export symbols used by CCU drivers

For the individual CCU drivers to be built as modules, the ops structs,
helper functions, and callback registration functions must be exported.
These symbols are intended for use only by the adjacent CCU drivers, so
export them into the SUNXI_CCU namespace.

of_sunxi_ccu_probe is not exported because it is only used by built-in
OF clock providers.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20211119033338.25486-2-samuel@sholland.org
14 files changed:
drivers/clk/sunxi-ng/ccu_common.c
drivers/clk/sunxi-ng/ccu_div.c
drivers/clk/sunxi-ng/ccu_frac.c
drivers/clk/sunxi-ng/ccu_gate.c
drivers/clk/sunxi-ng/ccu_mp.c
drivers/clk/sunxi-ng/ccu_mult.c
drivers/clk/sunxi-ng/ccu_mux.c
drivers/clk/sunxi-ng/ccu_nk.c
drivers/clk/sunxi-ng/ccu_nkm.c
drivers/clk/sunxi-ng/ccu_nkmp.c
drivers/clk/sunxi-ng/ccu_nm.c
drivers/clk/sunxi-ng/ccu_phase.c
drivers/clk/sunxi-ng/ccu_reset.c
drivers/clk/sunxi-ng/ccu_sdm.c