[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200901071435.03123.stf_xl@wp.pl>
Date: Wed, 7 Jan 2009 14:35:02 +0100
From: Stanislaw Gruszka <stf_xl@...pl>
To: linux-kernel@...r.kernel.org
Cc: Andrew Victor <linux@...im.org.za>,
Russell King <rmk+kernel@....linux.org.uk>
Subject: [PATCH] ARM / AT91: fix NR_AIC_IRQS undeclared
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@...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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists