lkml.org 
[lkml]   [2014]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH -next] clk: mmp: fix sparse non static symbol warning
Date
Quoting weiyj_lk@163.com (2014-12-08 17:07:30)
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
>
> Fixes the following sparse warnings:
>
> drivers/clk/mmp/clk-frac.c:113:6: warning:
> symbol 'clk_factor_init' was not declared. Should it be static?
>
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Applied.

Thanks,
Mike

> ---
> drivers/clk/mmp/clk-frac.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/mmp/clk-frac.c b/drivers/clk/mmp/clk-frac.c
> index eeba52c..584a992 100644
> --- a/drivers/clk/mmp/clk-frac.c
> +++ b/drivers/clk/mmp/clk-frac.c
> @@ -110,7 +110,7 @@ static int clk_factor_set_rate(struct clk_hw *hw, unsigned long drate,
> return 0;
> }
>
> -void clk_factor_init(struct clk_hw *hw)
> +static void clk_factor_init(struct clk_hw *hw)
> {
> struct mmp_clk_factor *factor = to_clk_factor(hw);
> struct mmp_clk_factor_masks *masks = factor->masks;
>


\
 
 \ /
  Last update: 2014-12-11 21:41    [W:0.044 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site