commit | 9bd1cc4148cbea44ca7d8254b50edb6cb660957a | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Sep 13 10:59:03 2018 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Thu Jun 10 13:09:15 2021 +0100 |
tree | 5b0fbd3909fdc0aef932679841fd17a4b2538604 | |
parent | 8124c8a6b35386f73523d27eacb71b5364a68c4c [diff] |
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>