浏览代码

ARM: mxc: Include missing irqs.h header

Include irqs.h in order to fix the following build error:

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

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Fabio Estevam 13 年之前
父节点
当前提交
52c2ebd757
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/plat-mxc/tzic.c

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

@@ -23,6 +23,7 @@
 
 #include <mach/hardware.h>
 #include <mach/common.h>
+#include <mach/irqs.h>
 
 #include "irq-common.h"