From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH] ARM: OMAP2+: Remove duplicate omap4430_init_late() declaration Date: Fri, 15 Feb 2013 15:05:35 +0530 Message-ID: <511E0167.8020700@ti.com> References: <1360336306-18277-1-git-send-email-santosh.shilimkar@ti.com> <1360336306-18277-2-git-send-email-santosh.shilimkar@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:54042 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753081Ab3BOJeV (ORCPT ); Fri, 15 Feb 2013 04:34:21 -0500 In-Reply-To: <1360336306-18277-2-git-send-email-santosh.shilimkar@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Santosh Shilimkar , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Shawn Guo Tony, On Friday 08 February 2013 08:41 PM, Santosh Shilimkar wrote: > Commit bbd707ac {ARM: omap2: use machine specific hook for late init} > accidentally added two declarations for omap4430_init_late(). > > Remove the duplicate declaration. > > Cc: Shawn Guo > Cc: Tony Lindgren > > Signed-off-by: Santosh Shilimkar > --- > 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 948bcaa..e0f9ea7 100644 > --- a/arch/arm/mach-omap2/common.h > +++ b/arch/arm/mach-omap2/common.h > @@ -108,7 +108,6 @@ void omap35xx_init_late(void); > void omap3630_init_late(void); > void am35xx_init_late(void); > void ti81xx_init_late(void); > -void omap4430_init_late(void); > int omap2_common_pm_late_init(void); > > #if defined(CONFIG_SOC_OMAP2420) || defined(CONFIG_SOC_OMAP2430) > Can you pick this up ? Regards, Santosh From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Fri, 15 Feb 2013 15:05:35 +0530 Subject: [PATCH] ARM: OMAP2+: Remove duplicate omap4430_init_late() declaration In-Reply-To: <1360336306-18277-2-git-send-email-santosh.shilimkar@ti.com> References: <1360336306-18277-1-git-send-email-santosh.shilimkar@ti.com> <1360336306-18277-2-git-send-email-santosh.shilimkar@ti.com> Message-ID: <511E0167.8020700@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Tony, On Friday 08 February 2013 08:41 PM, Santosh Shilimkar wrote: > Commit bbd707ac {ARM: omap2: use machine specific hook for late init} > accidentally added two declarations for omap4430_init_late(). > > Remove the duplicate declaration. > > Cc: Shawn Guo > Cc: Tony Lindgren > > Signed-off-by: Santosh Shilimkar > --- > 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 948bcaa..e0f9ea7 100644 > --- a/arch/arm/mach-omap2/common.h > +++ b/arch/arm/mach-omap2/common.h > @@ -108,7 +108,6 @@ void omap35xx_init_late(void); > void omap3630_init_late(void); > void am35xx_init_late(void); > void ti81xx_init_late(void); > -void omap4430_init_late(void); > int omap2_common_pm_late_init(void); > > #if defined(CONFIG_SOC_OMAP2420) || defined(CONFIG_SOC_OMAP2430) > Can you pick this up ? Regards, Santosh