linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: Make of_clk_get_from_provider() available to modules
@ 2016-02-12 18:50 Andrew F. Davis
  2016-02-18  0:50 ` Michael Turquette
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew F. Davis @ 2016-02-12 18:50 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, linux-kernel, Andrew F. Davis

Export symbol of_clk_get_from_provider so it can be used in
loadable kernel modules

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
We will be pushing stuff that needs this next cycle.

 drivers/clk/clk.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index b4db67a..0a24736 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -3061,6 +3061,7 @@ struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec)
 {
 	return __of_clk_get_from_provider(clkspec, NULL, __func__);
 }
+EXPORT_SYMBOL_GPL(of_clk_get_from_provider);
 
 int of_clk_get_parent_count(struct device_node *np)
 {
-- 
2.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: Make of_clk_get_from_provider() available to modules
  2016-02-12 18:50 [PATCH] clk: Make of_clk_get_from_provider() available to modules Andrew F. Davis
@ 2016-02-18  0:50 ` Michael Turquette
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Turquette @ 2016-02-18  0:50 UTC (permalink / raw)
  To: Andrew F. Davis, Stephen Boyd; +Cc: linux-clk, linux-kernel, Andrew F. Davis

Quoting Andrew F. Davis (2016-02-12 10:50:16)
> Export symbol of_clk_get_from_provider so it can be used in
> loadable kernel modules
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

Applied.

Regards,
Mike

> ---
> We will be pushing stuff that needs this next cycle.
> 
>  drivers/clk/clk.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
> index b4db67a..0a24736 100644
> --- a/drivers/clk/clk.c
> +++ b/drivers/clk/clk.c
> @@ -3061,6 +3061,7 @@ struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec)
>  {
>         return __of_clk_get_from_provider(clkspec, NULL, __func__);
>  }
> +EXPORT_SYMBOL_GPL(of_clk_get_from_provider);
>  
>  int of_clk_get_parent_count(struct device_node *np)
>  {
> -- 
> 2.7.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-18  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-12 18:50 [PATCH] clk: Make of_clk_get_from_provider() available to modules Andrew F. Davis
2016-02-18  0:50 ` Michael Turquette

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).