Skip to content

Commit 9792bf5

Browse files
anderssonbebarino
authored andcommitted
clk: Export clk_bulk_prepare()
Allow clk_bulk_prepare() to be referenced by kernel modules by adding the missing EXPORT_SYMBOL_GPL(). Fixes: 266e4e9 ("clk: add clk_bulk_get accessories") Reported-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
1 parent 2bd6bf0 commit 9792bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/clk-bulk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ int __must_check clk_bulk_prepare(int num_clks,
105105

106106
return ret;
107107
}
108+
EXPORT_SYMBOL_GPL(clk_bulk_prepare);
108109

109110
#endif /* CONFIG_HAVE_CLK_PREPARE */
110111

0 commit comments

Comments
 (0)