From: Arnd Bergmann Date: Mon, 26 May 2014 15:12:10 +0000 (+0200) Subject: ARM: iop13xx: fix msi support with sparse IRQ X-Git-Tag: next-20140604~27^2~17^2~2 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=8d2af85e87eda746ff50801f5decd8aed9aed28e;p=karo-tx-linux.git 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 Cc: Grant Likely Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/12285212.fBJyVfk69p@wuerfel Signed-off-by: Thomas Gleixner --- 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 #include #include +#include /* IMIPR0 CP6 R8 Page 1 */