瀏覽代碼

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>
Fabio Estevam 13 年之前
父節點
當前提交
6684294d27
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/plat-mxc/avic.c

+ 1 - 0
arch/arm/plat-mxc/avic.c

@@ -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"