git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8842a9e
)
ARM: imx: Fix build error due to missing irqs.h include
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 4 Jul 2012 01:25:44 +0000
(22:25 -0300)
committer
Shawn Guo
<shawn.guo@linaro.org>
Wed, 4 Jul 2012 03:19:40 +0000
(11:19 +0800)
commit bc8966 (ARM: fiq: change FIQ_START to a variable) introduced the
following build error for imx_v4_v5_defconfig:
arch/arm/plat-mxc/avic.c:220:11: error: 'FIQ_START' undeclared (first use in this function)
Include the missing header file to fix it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
No differences found