Commit 52c2ebd7 authored by Fabio Estevam's avatar Fabio Estevam Committed by Olof Johansson

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarDirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent fa7c865a
......@@ -23,6 +23,7 @@
#include <mach/hardware.h>
#include <mach/common.h>
#include <mach/irqs.h>
#include "irq-common.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment