* [PATCH] clk: Export clk_bulk_prepare()
@ 2017-09-23 5:00 Bjorn Andersson
2017-09-26 23:57 ` Ulf Hansson
2017-09-29 21:17 ` Stephen Boyd
0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Andersson @ 2017-09-23 5:00 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, linux-kernel, Ulf Hansson
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>
---
drivers/clk/clk-bulk.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/clk-bulk.c b/drivers/clk/clk-bulk.c
index c834f5abfc49..4c10456f8a32 100644
--- a/drivers/clk/clk-bulk.c
+++ b/drivers/clk/clk-bulk.c
@@ -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 */
--
2.12.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] clk: Export clk_bulk_prepare()
2017-09-23 5:00 [PATCH] clk: Export clk_bulk_prepare() Bjorn Andersson
@ 2017-09-26 23:57 ` Ulf Hansson
2017-09-29 21:17 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2017-09-26 23:57 UTC (permalink / raw)
To: Bjorn Andersson
Cc: Michael Turquette, Stephen Boyd, linux-clk,
linux-kernel@vger.kernel.org
On 23 September 2017 at 07:00, Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
> 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>
If not too late,
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Kind regards
Uffe
> ---
> drivers/clk/clk-bulk.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/clk-bulk.c b/drivers/clk/clk-bulk.c
> index c834f5abfc49..4c10456f8a32 100644
> --- a/drivers/clk/clk-bulk.c
> +++ b/drivers/clk/clk-bulk.c
> @@ -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 */
>
> --
> 2.12.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] clk: Export clk_bulk_prepare()
2017-09-23 5:00 [PATCH] clk: Export clk_bulk_prepare() Bjorn Andersson
2017-09-26 23:57 ` Ulf Hansson
@ 2017-09-29 21:17 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2017-09-29 21:17 UTC (permalink / raw)
To: Bjorn Andersson; +Cc: Michael Turquette, linux-clk, linux-kernel, Ulf Hansson
On 09/22, Bjorn Andersson wrote:
> 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>
> ---
Applied to clk-fixes
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-29 21:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-23 5:00 [PATCH] clk: Export clk_bulk_prepare() Bjorn Andersson
2017-09-26 23:57 ` Ulf Hansson
2017-09-29 21:17 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).