提交 8d2af85e 编写于 作者: A Arnd Bergmann 提交者: Thomas Gleixner

ARM: iop13xx: fix msi support with sparse IRQ

patch 37ebbcff ("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: NArnd 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@wuerfelSigned-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 1e5418c2
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <linux/msi.h> #include <linux/msi.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <asm/irq.h> #include <asm/irq.h>
#include <mach/irqs.h>
/* IMIPR0 CP6 R8 Page 1 /* IMIPR0 CP6 R8 Page 1
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册