OSDN Git Service

nios2: Do not include linux/irqdomain.h from asm/irq.h
authorMarc Zyngier <maz@kernel.org>
Thu, 13 Sep 2018 09:59:03 +0000 (10:59 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:15 +0000 (13:09 +0100)
commit9bd1cc4148cbea44ca7d8254b50edb6cb660957a
tree5b0fbd3909fdc0aef932679841fd17a4b2538604
parent8124c8a6b35386f73523d27eacb71b5364a68c4c
nios2: 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/nios2/include/asm/irq.h
arch/nios2/kernel/irq.c