[ARM] 3505/1: aaec2000: entry-macro.S needs asm/arch/irqs.h

Patch from Bellido Nicolas

Since git commit 2b78838842346da390e8547cd37035184376d506, entry-macro.S needs to include asm/arch/irqs.h

Signed-off-by: Nicolas Bellido <ml@acolin.be>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Bellido Nicolas and committed by Russell King 201be92a 8a33b224

+1
+1
include/asm-arm/arch-aaec2000/entry-macro.S
··· 10 * published by the Free Software Foundation. 11 * 12 */ 13 14 .macro disable_fiq 15 .endm
··· 10 * published by the Free Software Foundation. 11 * 12 */ 13 + #include <asm/arch/irqs.h> 14 15 .macro disable_fiq 16 .endm