From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cousson, Benoit" Subject: Re: [PATCH 04/16] ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error Date: Thu, 9 Feb 2012 19:58:32 +0100 Message-ID: <4F341758.6080400@ti.com> References: <20120208163546.GA15849@n2100.arm.linux.org.uk> <20120208183951.GD29796@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:60481 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757966Ab2BIS6n (ORCPT ); Thu, 9 Feb 2012 13:58:43 -0500 In-Reply-To: <20120208183951.GD29796@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Russell King - ARM Linux , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Kristo, Tero" Hi Tony, On 2/8/2012 7:39 PM, Tony Lindgren wrote: > * Russell King - ARM Linux [120208 08:06]: >> arch/arm/mach-omap2/prm44xx.c:41: error: 'OMAP44XX_IRQ_PRCM' undecla= red here (not in a function) >=20 > Can you please add something like "This happens when CONFIG_OF is > not selected". >=20 >> Signed-off-by: Russell King >=20 > Other than that: >=20 > Acked-by: Tony Lindgren It looks like prm2xxx_3xxx.c does have the exact same issue than prm44x= x.c. arch/arm/mach-omap2/prm2xxx_3xxx.c:41:11: error: =91INT_34XX_PRCM_MPU_I= RQ=92 undeclared here (not in a function) Patch will follow. Regards, Benoit -- To unsubscribe from this list: send the line "unsubscribe linux-omap" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: b-cousson@ti.com (Cousson, Benoit) Date: Thu, 9 Feb 2012 19:58:32 +0100 Subject: [PATCH 04/16] ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error In-Reply-To: <20120208183951.GD29796@atomide.com> References: <20120208163546.GA15849@n2100.arm.linux.org.uk> <20120208183951.GD29796@atomide.com> Message-ID: <4F341758.6080400@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Tony, On 2/8/2012 7:39 PM, Tony Lindgren wrote: > * Russell King - ARM Linux [120208 08:06]: >> arch/arm/mach-omap2/prm44xx.c:41: error: 'OMAP44XX_IRQ_PRCM' undeclared here (not in a function) > > Can you please add something like "This happens when CONFIG_OF is > not selected". > >> Signed-off-by: Russell King > > Other than that: > > Acked-by: Tony Lindgren It looks like prm2xxx_3xxx.c does have the exact same issue than prm44xx.c. arch/arm/mach-omap2/prm2xxx_3xxx.c:41:11: error: ?INT_34XX_PRCM_MPU_IRQ? undeclared here (not in a function) Patch will follow. Regards, Benoit