* [PATCH] ARM / AT91: fix NR_AIC_IRQS undeclared
@ 2009-01-07 13:35 Stanislaw Gruszka
0 siblings, 0 replies; only message in thread
From: Stanislaw Gruszka @ 2009-01-07 13:35 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Victor, Russell King
Fix compilation error:
arch/arm/mach-at91/at91sam9263.c:312: error: 'NR_AIC_IRQS' undeclared here (not in a function)
Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
diff --git a/arch/arm/mach-at91/at91sam9263.c b/arch/arm/mach-at91/at91sam9263.c
index ada4b67..24a9e44 100644
--- a/arch/arm/mach-at91/at91sam9263.c
+++ b/arch/arm/mach-at91/at91sam9263.c
@@ -19,6 +19,7 @@
#include <mach/at91_pmc.h>
#include <mach/at91_rstc.h>
#include <mach/at91_shdwc.h>
+#include <mach/irqs.h>
#include "generic.h"
#include "clock.h"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-07 13:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-07 13:35 [PATCH] ARM / AT91: fix NR_AIC_IRQS undeclared Stanislaw Gruszka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®