diff options
author | Marc Zyngier <maz@kernel.org> | 2021-05-19 11:01:06 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-06-10 15:09:16 +0300 |
commit | 18ca45f5ba1e31704bcca038b8b612e9b1f52b4f (patch) | |
tree | 85807217b6c71e51b92cf3143094837280feb608 /arch/mips/sgi-ip30 | |
parent | 95af1df6f4e2b121ce33166d61c99250143073b5 (diff) | |
download | linux-18ca45f5ba1e31704bcca038b8b612e9b1f52b4f.tar.xz |
MIPS: Add missing linux/irqdomain.h includes
A number of MIPS platforms are failing to directly include
irqdomain.h. Fix this so that we can drop unnecessary dependencies
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/mips/sgi-ip30')
-rw-r--r-- | arch/mips/sgi-ip30/ip30-irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/sgi-ip30/ip30-irq.c b/arch/mips/sgi-ip30/ip30-irq.c index e8374e4c705b..ba87704073c8 100644 --- a/arch/mips/sgi-ip30/ip30-irq.c +++ b/arch/mips/sgi-ip30/ip30-irq.c @@ -6,6 +6,7 @@ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> +#include <linux/irqdomain.h> #include <linux/percpu.h> #include <linux/spinlock.h> #include <linux/tick.h> |