Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@

#include <mach/hardware.h>
#include <mach/common.h>
#include <mach/irqs.h>

#include "irq-common.h"