From: Marc Zyngier Date: Thu, 13 Sep 2018 08:30:34 +0000 (+0100) Subject: watchdog/octeon-wdt: Directly include linux/irqdomain.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bc9a454a9440e2872ecf71256fb962e4bb35e937;p=linux.git watchdog/octeon-wdt: Directly include linux/irqdomain.h 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 --- diff --git a/drivers/watchdog/octeon-wdt-main.c b/drivers/watchdog/octeon-wdt-main.c index fde9e739b4361..391c774a1f673 100644 --- a/drivers/watchdog/octeon-wdt-main.c +++ b/drivers/watchdog/octeon-wdt-main.c @@ -54,6 +54,7 @@ #include #include #include +#include #include #include