From: andreas@biessmann.de (Andreas Bießmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm:gemini: fix irq.c
Date: Fri, 29 Jun 2012 22:44:48 +0200 [thread overview]
Message-ID: <4FEE13C0.10505@biessmann.de> (raw)
In-Reply-To: <1338981778-19938-1-git-send-email-andreas@biessmann.de>
On 06.06.12 13:22, Andreas Bie?mann wrote:
> Commit 9f97da78bf018206fb623cd351d454af2f105fe0 moved disable_hlt() from
> arch/arm/include/asm/system.h to arch/arm/include/asm/system_misc.h but missed
> to change arch/arm/mach-gemini/irq.c.
>
> This patch fixes following error:
>
> ---8<---
> arch/arm/mach-gemini/irq.c: In function 'gemini_init_irq':
> arch/arm/mach-gemini/irq.c:79:2: error: implicit declaration of function 'disable_hlt' [-Werror=implicit-function-declaration]
> --->8---
>
> Signed-off-by: Andreas Bie?mann <andreas@biessmann.de>
> cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
> cc: Russell King <linux@arm.linux.org.uk>
> cc: linux-arm-kernel at lists.infradead.org
> ---
> Note: this is broken since 3.4 release, 3.3 is sane.
ping
>
> arch/arm/mach-gemini/irq.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-gemini/irq.c b/arch/arm/mach-gemini/irq.c
> index ca70e5f..020852d 100644
> --- a/arch/arm/mach-gemini/irq.c
> +++ b/arch/arm/mach-gemini/irq.c
> @@ -17,6 +17,7 @@
> #include <linux/sched.h>
> #include <asm/irq.h>
> #include <asm/mach/irq.h>
> +#include <asm/system_misc.h>
> #include <mach/hardware.h>
>
> #define IRQ_SOURCE(base_addr) (base_addr + 0x00)
>
next prev parent reply other threads:[~2012-06-29 20:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-06 11:22 [PATCH] arm:gemini: fix irq.c Andreas Bießmann
2012-06-29 20:44 ` Andreas Bießmann [this message]
2012-08-01 7:33 ` Andreas Bießmann
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=4FEE13C0.10505@biessmann.de \
--to=andreas@biessmann.de \
--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;
as well as URLs for NNTP newsgroup(s).