mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
clk: Export clk_bulk_prepare()
Allow clk_bulk_prepare() to be referenced by kernel modules by adding
the missing EXPORT_SYMBOL_GPL().
Fixes: 266e4e9d91
("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>
This commit is contained in:
parent
2bd6bf03f4
commit
9792bf5ad5
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ err:
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(clk_bulk_prepare);
|
||||||
|
|
||||||
#endif /* CONFIG_HAVE_CLK_PREPARE */
|
#endif /* CONFIG_HAVE_CLK_PREPARE */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue