Re: [PATCH 2/4] clk: tegra: override bits for Tegra114 PLLM

From: Peter De Schrijver
Date: Thu Jun 06 2013 - 04:16:21 EST


On Wed, Jun 05, 2013 at 05:57:02PM +0200, Stephen Warren wrote:
> On 06/05/2013 08:08 AM, Peter De Schrijver wrote:
>
> Commit description?
>
> > diff --git a/drivers/clk/tegra/clk-tegra114.c b/drivers/clk/tegra/clk-tegra114.c
>
> > +#ifdef CONFIG_PM_SLEEP
> > +static struct cpu_clk_suspend_context {
> > + u32 clk_csite_src;
> > +} tegra114_cpu_clk_sctx;
> > +#endif
>
> That generates:
>
> drivers/clk/tegra/clk-tegra114.c:263:3: warning: âtegra114_cpu_clk_sctxâ
> defined but not used [-Wunused-variable]

Ah. This should not be part of this patch indeed...

Cheers,

Peter.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/