Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Marc Zyngier <maz@kernel.org>

-1
-1
arch/mips/include/asm/irq.h
··· 11 11 12 12 #include <linux/linkage.h> 13 13 #include <linux/smp.h> 14 - #include <linux/irqdomain.h> 15 14 16 15 #include <asm/mipsmtregs.h> 17 16