[PATCH] ARM: iop13xx: fix msi support with sparse IRQ
Arnd Bergmann
arnd at arndb.de
Mon May 26 08:12:10 PDT 2014
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 at arndb.de>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Grant Likely <grant.likely at linaro.org>
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
*/
More information about the linux-arm-kernel
mailing list