lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 17 Feb 2016 16:50:33 -0800
From:	Michael Turquette <mturquette@...libre.com>
To:	"Andrew F. Davis" <afd@...com>,
	"Stephen Boyd" <sboyd@...eaurora.org>
Cc:	linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
	"Andrew F. Davis" <afd@...com>
Subject: Re: [PATCH] clk: Make of_clk_get_from_provider() available to modules

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

Powered by blists - more mailing lists