From: Marc Zyngier Date: Thu, 13 Sep 2018 08:30:34 +0000 (+0100) Subject: watchdog/octeon-wdt: Directly include linux/irqdomain.h X-Git-Tag: v5.14-rc1~148^2^2~1^2~22 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bc9a454a9440e2872ecf71256fb962e4bb35e937;p=users%2Fhch%2Fmisc.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 fde9e739b436..391c774a1f67 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