From: boris.brezillon@free-electrons.com (Boris Brezillon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91: fix build breakage due to legacy board removals
Date: Mon, 10 Nov 2014 08:44:43 +0100 [thread overview]
Message-ID: <20141110084443.14e76f40@bbrezillon> (raw)
In-Reply-To: <1415515354-7829-1-git-send-email-olof@lixom.net>
Hi Olof,
On Sat, 8 Nov 2014 22:42:34 -0800
Olof Johansson <olof@lixom.net> wrote:
> Fixes the following missing includes:
>
> arch/arm/mach-at91/at91sam9g45.c: In function 'at91sam9g45_init_time':
> arch/arm/mach-at91/at91sam9g45.c:39:23: error: 'NR_IRQS_LEGACY' undeclared (first use in this function)
> at91sam926x_pit_init(NR_IRQS_LEGACY + AT91_ID_SYS);
> ^
> arch/arm/mach-at91/at91sam9g45.c:39:23: note: each undeclared identifier is reported only once for each function it appears in
> make[3]: *** [arch/arm/mach-at91/at91sam9g45.o] Error 1
> arch/arm/mach-at91/at91sam9rl.c: In function 'at91sam9rl_init_time':
> arch/arm/mach-at91/at91sam9rl.c:51:23: error: 'NR_IRQS_LEGACY' undeclared (first use in this function)
> at91sam926x_pit_init(NR_IRQS_LEGACY + AT91_ID_SYS);
>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> Signed-off-by: Olof Johansson <olof@lixom.net>
Sorry I didn't notice this patch and I just sent a fix for the same bug
(with a slightly different approach though):
"ARM: at91: remove useless init_time for DT-only SoCs"
Regards,
Boris
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
prev parent reply other threads:[~2014-11-10 7:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-09 6:42 [PATCH] ARM: at91: fix build breakage due to legacy board removals Olof Johansson
2014-11-10 7:44 ` Boris Brezillon [this message]
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=20141110084443.14e76f40@bbrezillon \
--to=boris.brezillon@free-electrons.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;
as well as URLs for NNTP newsgroup(s).