projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd6bf0
)
clk: Export clk_bulk_prepare()
author
Bjorn Andersson
<bjorn.andersson@linaro.org>
Sat, 23 Sep 2017 05:00:29 +0000
(22:00 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 29 Sep 2017 21:17:17 +0000
(14:17 -0700)
Allow clk_bulk_prepare() to be referenced by kernel modules by adding
the missing EXPORT_SYMBOL_GPL().
Fixes:
266e4e9d9150
("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>
drivers/clk/clk-bulk.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-bulk.c
b/drivers/clk/clk-bulk.c
index
c834f5a
..
4c10456
100644
(file)
--- a/
drivers/clk/clk-bulk.c
+++ b/
drivers/clk/clk-bulk.c
@@
-105,6
+105,7
@@
err:
return ret;
}
+EXPORT_SYMBOL_GPL(clk_bulk_prepare);
#endif /* CONFIG_HAVE_CLK_PREPARE */