[PATCH 04/39] watchdog/octeon-wdt: Directly include linux/irqdomain.h

From: Marc Zyngier
Date: Thu May 20 2021 - 12:38:13 EST


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@xxxxxxxxxx>
---
drivers/watchdog/octeon-wdt-main.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/watchdog/octeon-wdt-main.c b/drivers/watchdog/octeon-wdt-main.c
index fde9e739b436..391c774a1f67 100644
--- a/drivers/watchdog/octeon-wdt-main.c
+++ b/drivers/watchdog/octeon-wdt-main.c
@@ -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>
--
2.30.2