[PATCH] ARM: mxc: Include missing irqs.h header
Dirk Behme
dirk.behme at de.bosch.com
Fri Jul 27 05:02:38 EDT 2012
On 23.07.2012 09:41, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at freescale.com>
>
> 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 at freescale.com>
Acked-by: Dirk Behme <dirk.behme at de.bosch.com>
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?
> ---
> 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"
>
More information about the linux-arm-kernel
mailing list