OSDN Git Service

irqchip/mips-gic: 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)
commit1982752f6ba6a9d74a214b008ae9e336339276e8
tree1f745dcac41c193910978e50041db02aa5a2cdbf
parentbc9a454a9440e2872ecf71256fb962e4bb35e937
irqchip/mips-gic: 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/irqchip/irq-mips-gic.c