lkml.org 
[lkml]   [2020]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 1/1] clk: Export clk_register_composite
From
Date
Hi Matthias and all,

Gentle ping on this patch.

Thanks

Wendell Lin


On Thu, 2020-07-23 at 16:32 +0800, Wendell Lin wrote:
> clk_register_composite() will be used in mediatek's
> clock kernel module, so export it to GPL modules.
>
> Signed-off-by: Wendell Lin <wendell.lin@mediatek.com>
> ---
> drivers/clk/clk-composite.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/clk-composite.c b/drivers/clk/clk-composite.c
> index 7376f57..7c609c2 100644
> --- a/drivers/clk/clk-composite.c
> +++ b/drivers/clk/clk-composite.c
> @@ -360,6 +360,7 @@ struct clk *clk_register_composite(struct device *dev, const char *name,
> return ERR_CAST(hw);
> return hw->clk;
> }
> +EXPORT_SYMBOL_GPL(clk_register_composite);
>
> struct clk *clk_register_composite_pdata(struct device *dev, const char *name,
> const struct clk_parent_data *parent_data,

\
 
 \ /
  Last update: 2020-08-10 11:37    [W:0.068 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site