commit | bc9a454a9440e2872ecf71256fb962e4bb35e937 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Sep 13 09:30:34 2018 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Thu Jun 10 13:09:15 2021 +0100 |
tree | e2c5b5d5ac4acb8434b7a22debc73e0a635c66d5 | |
parent | c7d49545997eab111aec14be152842f56a0cabc4 [diff] |
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 <maz@kernel.org>