watchdog/octeon-wdt: 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/watchdog/octeon-wdt-main.c

index fde9e73..391c774 100644 (file)
@@ -54,6 +54,7 @@
 #include <linux/delay.h>
 #include <linux/cpu.h>
 #include <linux/irq.h>
+#include <linux/irqdomain.h>
 
 #include <asm/mipsregs.h>
 #include <asm/uasm.h>