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)
commit6684294d27abb24e61916871c4ecfdaccc14eb03
treea116da378d1ac3b5616460bbac67450aae7e483d
parent8842a9e2869cae14bbb8184004a42fc3070587fb
ARM: imx: Fix build error due to missing irqs.h include

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
This page took 0.027306 seconds and 5 git commands to generate.