]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit33e1e335870654b0606cc79af940db22330bc2d8
treee2c5b5d5ac4acb8434b7a22debc73e0a635c66d5
parent6b238428b57efdb99ab8b98c61c46f7f44d2e754
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