[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-8d2af85e87eda746ff50801f5decd8aed9aed28e@git.kernel.org>
Date: Mon, 26 May 2014 08:49:17 -0700
From: tip-bot for Arnd Bergmann <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, grant.likely@...aro.org,
arnd@...db.de, hpa@...or.com, mingo@...nel.org, tglx@...utronix.de
Subject: [tip:irq/core] ARM: iop13xx: fix msi support with sparse IRQ
Commit-ID: 8d2af85e87eda746ff50801f5decd8aed9aed28e
Gitweb: http://git.kernel.org/tip/8d2af85e87eda746ff50801f5decd8aed9aed28e
Author: Arnd Bergmann <arnd@...db.de>
AuthorDate: Mon, 26 May 2014 17:12:10 +0200
Committer: Thomas Gleixner <tglx@...utronix.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@...db.de>
Cc: Grant Likely <grant.likely@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org
Link: http://lkml.kernel.org/r/12285212.fBJyVfk69p@wuerfel
Signed-off-by: Thomas Gleixner <tglx@...utronix.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
*/
--
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