Re: [PATCH 14/30] ARM: omap2: irq.c is always needed

2011-10-02 Thread Santosh Shilimkar
On Sunday 02 October 2011 08:15 PM, Arnd Bergmann wrote: > The Makefile only includes irq.o for omap2 and omap3, but it's in > fact also required to build omap4-only kernels. > > Signed-off-by: Arnd Bergmann That should not be the case. Why do you think it is needed for OMAP4 ? There is nothing i

[PATCH 14/30] ARM: omap2: irq.c is always needed

2011-10-02 Thread Arnd Bergmann
The Makefile only includes irq.o for omap2 and omap3, but it's in fact also required to build omap4-only kernels. Signed-off-by: Arnd Bergmann --- arch/arm/mach-omap2/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach