]> 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)
commit14a63fd43757c9e96fb2cb16319ddc322061b68e
tree9e0aa97364175b056311a563b5f7a6f16a43c77a
parentbad68f6c0c96b209be688acd1511fc590315093b
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