projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa7c865
)
ARM: mxc: Include missing irqs.h header
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 23 Jul 2012 07:41:18 +0000
(
04:41
-0300)
committer
Olof Johansson
<olof@lixom.net>
Sat, 28 Jul 2012 21:26:57 +0000
(14:26 -0700)
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>
arch/arm/plat-mxc/tzic.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-mxc/tzic.c
b/arch/arm/plat-mxc/tzic.c
index
c219317
..
3ed1adb
100644
(file)
--- a/
arch/arm/plat-mxc/tzic.c
+++ b/
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"