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>
This commit is contained in:
@@ -10,6 +10,5 @@
|
||||
#define NIOS2_CPU_NR_IRQS 32
|
||||
|
||||
#include <asm-generic/irq.h>
|
||||
#include <linux/irqdomain.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user