irqchip/mips-gic: Directly include linux/irqdomain.h
authorMarc Zyngier <maz@kernel.org>
Thu, 13 Sep 2018 08:30:34 +0000 (09:30 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:15 +0000 (13:09 +0100)
This drivers currently obtains linux/irqdomain.h by luck and
a chain of bizarre inclusions, which we're about to fix.

Let's include the required file directly.

Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-mips-gic.c

index 215885962bb0abd7e164152d55e2bdb5e80c32e7..a2cbf0acff1c67ec169d0d2906bdcf1a82a17e23 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/interrupt.h>
 #include <linux/irq.h>
 #include <linux/irqchip.h>
+#include <linux/irqdomain.h>
 #include <linux/of_address.h>
 #include <linux/percpu.h>
 #include <linux/sched.h>