Commit d4e6c054 authored by Jacky Bai's avatar Jacky Bai Committed by Abel Vesa
Browse files

clk: imx: Fix the build break when clk-imx8ulp build as module



Export the necessary symbols to fix the build break when clk-imx8ulp
build as module

Fixes: c43a801a ("clk: imx: Add clock driver for imx8ulp")
Signed-off-by: default avatarJacky Bai <ping.bai@nxp.com>
Reviewed-by: default avatarAbel Vesa <abel.vesa@nxp.com>
Link: https://lore.kernel.org/r/20210917061629.3798360-1-ping.bai@nxp.com


Signed-off-by: default avatarAbel Vesa <abel.vesa@nxp.com>
parent 3fa36200
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -166,3 +166,4 @@ struct clk_hw *imx8ulp_clk_hw_composite(const char *name, const char * const *pa
	return imx_ulp_clk_hw_composite(name, parent_names, num_parents, mux_present, rate_present,
					gate_present, reg, has_swrst);
}
EXPORT_SYMBOL_GPL(imx8ulp_clk_hw_composite);
+1 −0
Original line number Diff line number Diff line
@@ -239,3 +239,4 @@ struct clk_hw *imx_clk_hw_pfdv2(enum imx_pfdv2_type type, const char *name,

	return hw;
}
EXPORT_SYMBOL_GPL(imx_clk_hw_pfdv2);
+1 −0
Original line number Diff line number Diff line
@@ -254,3 +254,4 @@ struct clk_hw *imx_clk_hw_pllv4(enum imx_pllv4_type type, const char *name,

	return hw;
}
EXPORT_SYMBOL_GPL(imx_clk_hw_pllv4);