[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150507043607.GI28846@verge.net.au>
Date: Thu, 7 May 2015 13:36:07 +0900
From: Simon Horman <horms@...ge.net.au>
To: Stephen Boyd <sboyd@...eaurora.org>
Cc: Mike Turquette <mturquette@...aro.org>,
linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org,
Takashi Yoshii <takasi-y@....dti.ne.jp>,
Magnus Damm <damm@...nsource.se>
Subject: Re: [PATCH 09/19] clk: emev2: Silence sparse warnings
On Wed, May 06, 2015 at 12:39:46AM -0700, Stephen Boyd wrote:
> drivers/clk/shmobile/clk-emev2.c:37:14: warning: symbol 'smu_base' was not declared. Should it be static?
>
> Cc: Takashi Yoshii <takasi-y@....dti.ne.jp>
> Cc: Magnus Damm <damm@...nsource.se>
> Cc: Simon Horman <horms+renesas@...ge.net.au>
> Signed-off-by: Stephen Boyd <sboyd@...eaurora.org>
Acked-by: Simon Horman <horms+renesas@...ge.net.au>
Stephen, I'm assuming that you or Mike will merge this.
> ---
> drivers/clk/shmobile/clk-emev2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/shmobile/clk-emev2.c b/drivers/clk/shmobile/clk-emev2.c
> index 6c7c929c7765..5b60beb7d0eb 100644
> --- a/drivers/clk/shmobile/clk-emev2.c
> +++ b/drivers/clk/shmobile/clk-emev2.c
> @@ -34,7 +34,7 @@
> static DEFINE_SPINLOCK(lock);
>
> /* not pretty, but hey */
> -void __iomem *smu_base;
> +static void __iomem *smu_base;
>
> static void __init emev2_smu_write(unsigned long value, int offs)
> {
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists