From: Stanislaw Gruszka <stf_xl@wp.pl>
To: linux-kernel@vger.kernel.org
Cc: Andrew Victor <linux@maxim.org.za>,
Russell King <rmk+kernel@arm.linux.org.uk>
Subject: [PATCH] ARM / AT91: fix NR_AIC_IRQS undeclared
Date: Wed, 7 Jan 2009 14:35:02 +0100 [thread overview]
Message-ID: <200901071435.03123.stf_xl@wp.pl> (raw)
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"
reply other threads:[~2009-01-07 13:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200901071435.03123.stf_xl@wp.pl \
--to=stf_xl@wp.pl \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@maxim.org.za \
--cc=rmk+kernel@arm.linux.org.uk \
/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
all inboxes | Powered by JetHome®