]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: imx: Fix build error due to missing irqs.h include
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 4 Jul 2012 01:25:44 +0000 (22:25 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 4 Jul 2012 03:19:40 +0000 (11:19 +0800)
commit bc8966 (ARM: fiq: change FIQ_START to a variable) introduced the
following build error for imx_v4_v5_defconfig:

arch/arm/plat-mxc/avic.c:220:11: error: 'FIQ_START' undeclared (first use in this function)

Include the missing header file to fix it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/plat-mxc/avic.c

index f3d671ff7f1be5008b86e19ae0ae082609c6d412..cbd55c36def3e52d304fbd965ba9891b89d345e5 100644 (file)
@@ -26,6 +26,7 @@
 #include <asm/mach/irq.h>
 #include <asm/exception.h>
 #include <mach/hardware.h>
+#include <mach/irqs.h>
 
 #include "irq-common.h"