Skip to content

Commit d4e6c05

Browse files
JackyBaiabelvesa
authored andcommitted
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: c43a801 ("clk: imx: Add clock driver for imx8ulp") Signed-off-by: Jacky Bai <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent 3fa3620 commit d4e6c05

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

drivers/clk/imx/clk-composite-7ulp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,4 @@ struct clk_hw *imx8ulp_clk_hw_composite(const char *name, const char * const *pa
166166
return imx_ulp_clk_hw_composite(name, parent_names, num_parents, mux_present, rate_present,
167167
gate_present, reg, has_swrst);
168168
}
169+
EXPORT_SYMBOL_GPL(imx8ulp_clk_hw_composite);

drivers/clk/imx/clk-pfdv2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,4 @@ struct clk_hw *imx_clk_hw_pfdv2(enum imx_pfdv2_type type, const char *name,
239239

240240
return hw;
241241
}
242+
EXPORT_SYMBOL_GPL(imx_clk_hw_pfdv2);

drivers/clk/imx/clk-pllv4.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,3 +254,4 @@ struct clk_hw *imx_clk_hw_pllv4(enum imx_pllv4_type type, const char *name,
254254

255255
return hw;
256256
}
257+
EXPORT_SYMBOL_GPL(imx_clk_hw_pllv4);

0 commit comments

Comments
 (0)