]> git.ipfire.org Git - people/arne_f/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)
commit9792bf5ad5e30b207274ccbb459a89eab6033b46
treeaf609e3105509061b2e9a9be367b79dcd4370b40
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
clk: Export clk_bulk_prepare()

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