From: dirk.behme@de.bosch.com (Dirk Behme)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mxc: Include missing irqs.h header
Date: Fri, 27 Jul 2012 11:02:38 +0200 [thread overview]
Message-ID: <5012592E.9030205@de.bosch.com> (raw)
In-Reply-To: <1343029278-11654-1-git-send-email-festevam@gmail.com>
On 23.07.2012 09:41, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@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@freescale.com>
Acked-by: Dirk Behme <dirk.behme@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"
>
next prev parent reply other threads:[~2012-07-27 9:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-23 7:41 [PATCH] ARM: mxc: Include missing irqs.h header Fabio Estevam
2012-07-27 9:02 ` Dirk Behme [this message]
2012-07-27 10:11 ` Fabio Estevam
2012-07-28 11:14 ` Shawn Guo
2012-07-28 15:44 ` Shawn Guo
2012-07-28 21:27 ` Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5012592E.9030205@de.bosch.com \
--to=dirk.behme@de.bosch.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.