diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-05-26 19:12:10 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-05-26 19:45:09 +0400 |
commit | 8d2af85e87eda746ff50801f5decd8aed9aed28e (patch) | |
tree | c5a2607a4efa9880406ce523ab429def0b1ce9c9 /arch/arm/mach-iop13xx | |
parent | 1e5418c2535f4fddbbee4036750de41e16e0f7b0 (diff) | |
download | linux-8d2af85e87eda746ff50801f5decd8aed9aed28e.tar.xz |
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>
Diffstat (limited to 'arch/arm/mach-iop13xx')
-rw-r--r-- | arch/arm/mach-iop13xx/msi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-iop13xx/msi.c b/arch/arm/mach-iop13xx/msi.c index 655072dd9fe8..e7730cf9c15d 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 */ |