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)
commita12a9c5c03072ec6b1f4f9bd7a554a718ecf234a
treec0cd1a2837a3d8ba6c45f93dad09898e34807a3f
parent18ca45f5ba1e31704bcca038b8b612e9b1f52b4f
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>
arch/mips/include/asm/irq.h