OSDN Git Service

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)
commitbc9a454a9440e2872ecf71256fb962e4bb35e937
treee2c5b5d5ac4acb8434b7a22debc73e0a635c66d5
parentc7d49545997eab111aec14be152842f56a0cabc4
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>
drivers/watchdog/octeon-wdt-main.c