Re: [PATCH] ARM: OMAP2+: Fix prm2xxx_3xxx.c INT_34XX_PRCM_MPU_IRQ build error

2012-02-09 Thread Cousson, Benoit
On 2/9/2012 8:15 PM, Russell King - ARM Linux wrote: On Thu, Feb 09, 2012 at 08:01:09PM +0100, Cousson, Benoit wrote: If CONFIG_OF is not defined, the following error will happen. arch/arm/mach-omap2/prm2xxx_3xxx.c:41:11: error: ‘INT_34XX_PRCM_MPU_IRQ’ undeclared here (not in a function) Thi

Re: [PATCH] ARM: OMAP2+: Fix prm2xxx_3xxx.c INT_34XX_PRCM_MPU_IRQ build error

2012-02-09 Thread Russell King - ARM Linux
On Thu, Feb 09, 2012 at 08:01:09PM +0100, Cousson, Benoit wrote: > If CONFIG_OF is not defined, the following error will happen. > > arch/arm/mach-omap2/prm2xxx_3xxx.c:41:11: error: > ‘INT_34XX_PRCM_MPU_IRQ’ undeclared here (not in a function) > > This is due to some hidden headers path from lin

[PATCH] ARM: OMAP2+: Fix prm2xxx_3xxx.c INT_34XX_PRCM_MPU_IRQ build error

2012-02-09 Thread Cousson, Benoit
If CONFIG_OF is not defined, the following error will happen. arch/arm/mach-omap2/prm2xxx_3xxx.c:41:11: error: ‘INT_34XX_PRCM_MPU_IRQ’ undeclared here (not in a function) This is due to some hidden headers path from linux/of.h to plat/irqs.h already reported by Russell for prm4xxx.c. Add the #i