[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20121026191455.GQ11908@atomide.com>
Date: Fri, 26 Oct 2012 12:14:55 -0700
From: Tony Lindgren <tony@...mide.com>
To: Constantine Shulyupin <const@...eLinux.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-omap@...r.kernel.org,
Russell King <linux@....linux.org.uk>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: OMAP2+: remove duplicated declaration of
omap4430_init_late
* Constantine Shulyupin <const@...eLinux.com> [121026 10:31]:
> From: Constantine Shulyupin <const@...eLinux.com>
>
> Problem:
> Function omap4430_init_late is declared twice in arch/arm/mach-omap2/common.h.
> Fix: remove out of order declaration, assuming all functions ordered accordingly processor number.
>
>
> Signed-off-by: Constantine Shulyupin <const@...eLinux.com>
Thanks, applying into omap-for-v3.7-rc2/fixes-part2-take3.
Regards,
Tony
> ---
> arch/arm/mach-omap2/common.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
> index 7045e4d..45478d1 100644
> --- a/arch/arm/mach-omap2/common.h
> +++ b/arch/arm/mach-omap2/common.h
> @@ -152,7 +152,6 @@ void am33xx_init_early(void);
> void omap4430_init_early(void);
> void omap5_init_early(void);
> void omap3_init_late(void); /* Do not use this one */
> -void omap4430_init_late(void);
> void omap2420_init_late(void);
> void omap2430_init_late(void);
> void omap3430_init_late(void);
> --
> 1.7.9.5
>
--
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