[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTimKqkKFuKCKPV2jSjUtPqo4tbonwR1iO2rsrK1r@mail.gmail.com>
Date: Tue, 25 Jan 2011 20:19:12 -0700
From: Grant Likely <grant.likely@...retlab.ca>
To: Colin Cross <ccross@...roid.com>
Cc: linux-tegra@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
olof@...om.net, konkers@...roid.com,
Russell King <linux@....linux.org.uk>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 28/28] ARM: tegra: clock: Add forward reference to
struct clk
On Sun, Jan 23, 2011 at 7:01 PM, Colin Cross <ccross@...roid.com> wrote:
> Signed-off-by: Colin Cross <ccross@...roid.com>
Hi Colin,
This build warning exists in current mainline. It should go out to
Linus now instead of waiting for 2.6.29.
Acked-by: Grant Likely <grant.likely@...retlab.ca>
g.
> ---
> arch/arm/mach-tegra/include/mach/clk.h | 2 ++
> arch/arm/mach-tegra/include/mach/clkdev.h | 2 ++
> 2 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-tegra/include/mach/clk.h b/arch/arm/mach-tegra/include/mach/clk.h
> index d772395..a217f68 100644
> --- a/arch/arm/mach-tegra/include/mach/clk.h
> +++ b/arch/arm/mach-tegra/include/mach/clk.h
> @@ -20,6 +20,8 @@
> #ifndef __MACH_CLK_H
> #define __MACH_CLK_H
>
> +struct clk;
> +
> void tegra_periph_reset_deassert(struct clk *c);
> void tegra_periph_reset_assert(struct clk *c);
>
> diff --git a/arch/arm/mach-tegra/include/mach/clkdev.h b/arch/arm/mach-tegra/include/mach/clkdev.h
> index 412f5c6..66cd3f4 100644
> --- a/arch/arm/mach-tegra/include/mach/clkdev.h
> +++ b/arch/arm/mach-tegra/include/mach/clkdev.h
> @@ -20,6 +20,8 @@
> #ifndef __MACH_CLKDEV_H
> #define __MACH_CLKDEV_H
>
> +struct clk;
> +
> static inline int __clk_get(struct clk *clk)
> {
> return 1;
> --
> 1.7.3.1
>
> --
> 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/
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
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