Skip to content

Commit

Permalink
ARM: mxc: Include missing irqs.h header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam authored and Olof Johansson committed Jul 28, 2012
1 parent fa7c865 commit 52c2ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-mxc/tzic.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

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

#include "irq-common.h"

Expand Down

0 comments on commit 52c2ebd

Please sign in to comment.