commit | 6684294d27abb24e61916871c4ecfdaccc14eb03 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Tue Jul 03 22:25:44 2012 -0300 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Jul 04 11:19:40 2012 +0800 |
tree | a116da378d1ac3b5616460bbac67450aae7e483d | |
parent | 8842a9e2869cae14bbb8184004a42fc3070587fb [diff] |
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>