]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3b75010136d6f3bd4f19dabcc696d098569bbf60
treec0cd1a2837a3d8ba6c45f93dad09898e34807a3f
parent4af1a6123c5cb9b0b010535523443664fb4ac2c8
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