OSDN Git Service

mfd: ioc3: Directly include linux/irqdomain.h
authorMarc Zyngier <maz@kernel.org>
Sun, 16 May 2021 16:57:15 +0000 (17:57 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:15 +0000 (13:09 +0100)
commitc7d49545997eab111aec14be152842f56a0cabc4
tree3089bae16304860c34622b583401412c676fb689
parentaa5f6a89700700fe6fe7e8727581a21a7d679630
mfd: ioc3: Directly include linux/irqdomain.h

This driver include linux/irqdomain.h via a bizarre set of
indirection, which we are about to break.

Directly include the required file.

Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/mfd/ioc3.c