[PATCH] ARM: at91: fix build breakage due to legacy board removals

Boris Brezillon boris.brezillon at free-electrons.com
Sun Nov 9 23:44:43 PST 2014


Hi Olof,

On Sat,  8 Nov 2014 22:42:34 -0800
Olof Johansson <olof at 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 at atmel.com>
> Signed-off-by: Olof Johansson <olof at 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



More information about the linux-arm-kernel mailing list