]> git.baikalelectronics.ru Git - kernel.git/commit
clk: Export clk_bulk_prepare()
authorBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 23 Sep 2017 05:00:29 +0000 (22:00 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 29 Sep 2017 21:17:17 +0000 (14:17 -0700)
commit48a9af58d10c326c85ce16d55f4490f75d0af37f
treeaf609e3105509061b2e9a9be367b79dcd4370b40
parent384fde7ed224f283f11ef2a592b05d4a29492aa8
clk: Export clk_bulk_prepare()

Allow clk_bulk_prepare() to be referenced by kernel modules by adding
the missing EXPORT_SYMBOL_GPL().

Fixes: d2dfe4bafd14 ("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