]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b238428b57efdb99ab8b98c61c46f7f44d2e754
tree3089bae16304860c34622b583401412c676fb689
parent0bafcfaa7df26c0151ab239db90522d6629ea28e
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