From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: zynq: Add missing irqchip.h to common.c
Date: Mon, 28 Jan 2013 08:17:05 -0600 [thread overview]
Message-ID: <51068861.8060309@gmail.com> (raw)
In-Reply-To: <1359376250-18841-1-git-send-email-michal.simek@xilinx.com>
On 01/28/2013 06:30 AM, Michal Simek wrote:
> The patch: "ARM: use common irqchip_init for GIC init"
> (sha1: 0529e315bbda5d502c93df2cfafba9bb337fbdf4)
> should also add linux/irqchip.h header.
>
> Error message:
> arch/arm/mach-zynq/common.c:99:14: error: 'irqchip_init'
> undeclared here (not in a function)
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
FYI, there's already a patch posted for this:
http://www.spinics.net/lists/arm-kernel/msg219556.html
Rob
> ---
> arch/arm/mach-zynq/common.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c
> index 6472a69..cf3ec54 100644
> --- a/arch/arm/mach-zynq/common.c
> +++ b/arch/arm/mach-zynq/common.c
> @@ -24,6 +24,7 @@
> #include <linux/of_irq.h>
> #include <linux/of_platform.h>
> #include <linux/of.h>
> +#include <linux/irqchip.h>
>
> #include <asm/mach/arch.h>
> #include <asm/mach/map.h>
>
next prev parent reply other threads:[~2013-01-28 14:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-28 12:30 [PATCH] arm: zynq: Add missing irqchip.h to common.c Michal Simek
2013-01-28 14:17 ` Rob Herring [this message]
2013-01-28 14:28 ` Michal Simek
2013-01-29 18:58 ` 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=51068861.8060309@gmail.com \
--to=robherring2@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox