OSDN Git Service

MIPS: Do not include linux/irqdomain.h from asm/irq.h
authorMarc Zyngier <maz@kernel.org>
Wed, 12 Sep 2018 15:11:20 +0000 (16:11 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:16 +0000 (13:09 +0100)
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>
arch/mips/include/asm/irq.h

index f021de6..d1477ec 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <linux/linkage.h>
 #include <linux/smp.h>
-#include <linux/irqdomain.h>
 
 #include <asm/mipsmtregs.h>