Skip to content

Commit

Permalink
clk: Export clk_bulk_prepare()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bjorn Andersson authored and Stephen Boyd committed Sep 29, 2017
1 parent 2bd6bf0 commit 9792bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/clk-bulk.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ int __must_check clk_bulk_prepare(int num_clks,

return ret;
}
EXPORT_SYMBOL_GPL(clk_bulk_prepare);

#endif /* CONFIG_HAVE_CLK_PREPARE */

Expand Down

0 comments on commit 9792bf5

Please sign in to comment.