[PATCH] ARM: mxc: Include missing irqs.h header
From: Dirk Behme <hidden>
Date: 2012-07-27 09:02:38
On 23.07.2012 09:41, Fabio Estevam wrote:
From: Fabio Estevam <redacted> 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 <redacted>
Acked-by: Dirk Behme <redacted> Could we make sure that this patch goes into mainline asap? Recent mainline imx_v6_v7_defconfig doesn't build without this patch. Many thanks and best regards Dirk P.S.: It seems that Shawn is on holiday. Could anybody help?
quoted hunk ↗ jump to hunk
--- arch/arm/plat-mxc/tzic.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/arch/arm/plat-mxc/tzic.c b/arch/arm/plat-mxc/tzic.c index c219317..3ed1adb 100644 --- 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"