[PATCH] ARM: mxc: Include missing irqs.h header

Shawn Guo shawn.guo at linaro.org
Sat Jul 28 07:14:24 EDT 2012


On Mon, Jul 23, 2012 at 04:41:18AM -0300, 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>

Thanks for the patch.  Will send it to arm-soc shortly.

Regards,
Shawn

> ---
>  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"
>  
> -- 
> 1.7.1
> 




More information about the linux-arm-kernel mailing list