From: tip-bot for Arnd Bergmann <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, grant.likely@linaro.org,
arnd@arndb.de, hpa@zytor.com, mingo@kernel.org,
tglx@linutronix.de
Subject: [tip:irq/core] ARM: iop13xx: fix msi support with sparse IRQ
Date: Mon, 26 May 2014 08:49:17 -0700 [thread overview]
Message-ID: <tip-8d2af85e87eda746ff50801f5decd8aed9aed28e@git.kernel.org> (raw)
In-Reply-To: <12285212.fBJyVfk69p@wuerfel>
Commit-ID: 8d2af85e87eda746ff50801f5decd8aed9aed28e
Gitweb: http://git.kernel.org/tip/8d2af85e87eda746ff50801f5decd8aed9aed28e
Author: Arnd Bergmann <arnd@arndb.de>
AuthorDate: Mon, 26 May 2014 17:12:10 +0200
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Mon, 26 May 2014 17:45:09 +0200
ARM: iop13xx: fix msi support with sparse IRQ
patch 37ebbcff7837 ("arm: iop13xx: Use sparse irqs for MSI") moved
iop13xx over to sparse IRQ support, but this broke the build for the
msi.c file, which now has to include mach/irqs.h itself.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/12285212.fBJyVfk69p@wuerfel
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
arch/arm/mach-iop13xx/msi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-iop13xx/msi.c b/arch/arm/mach-iop13xx/msi.c
index 655072d..e7730cf 100644
--- a/arch/arm/mach-iop13xx/msi.c
+++ b/arch/arm/mach-iop13xx/msi.c
@@ -23,6 +23,7 @@
#include <linux/msi.h>
#include <asm/mach/irq.h>
#include <asm/irq.h>
+#include <mach/irqs.h>
/* IMIPR0 CP6 R8 Page 1
*/
prev parent reply other threads:[~2014-05-26 15:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-26 15:12 [PATCH] ARM: iop13xx: fix msi support with sparse IRQ Arnd Bergmann
2014-05-26 15:49 ` tip-bot for Arnd Bergmann [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=tip-8d2af85e87eda746ff50801f5decd8aed9aed28e@git.kernel.org \
--to=tipbot@zytor.com \
--cc=arnd@arndb.de \
--cc=grant.likely@linaro.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/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