]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: iop13xx: fix msi support with sparse IRQ
authorArnd Bergmann <arnd@arndb.de>
Mon, 26 May 2014 15:12:10 +0000 (17:12 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 26 May 2014 15:45:09 +0000 (17:45 +0200)
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

index 655072dd9fe84c88205e073ed6d0fce7c6c78bb7..e7730cf9c15d27d7786a2ce441ad7ed6ed829c4c 100644 (file)
@@ -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
  */