Commit a12a9c5c authored by Marc Zyngier's avatar Marc Zyngier
Browse files

MIPS: Do not include linux/irqdomain.h from asm/irq.h



Including linux/irqdomain.h from asm/irq.h is going to break
as soon as linux/irqdomain.h will include linux/irq.h, so
let's fix this. Code relying on linux/irqomain.h should include
it directly.

Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent 18ca45f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@

#include <linux/linkage.h>
#include <linux/smp.h>
#include <linux/irqdomain.h>

#include <asm/mipsmtregs.h>