mfd: ioc3: Directly include linux/irqdomain.h
authorMarc Zyngier <maz@kernel.org>
Thu, 20 May 2021 16:37:15 +0000 (17:37 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 2 Jun 2021 09:50:03 +0000 (10:50 +0100)
commitdb39579acf38a92a37cd85e44f9a94e0fa92990f
treea7ce417d301ff9de0a51b05d5f9a19a6127214a7
parent3efc465f91107a4c20eaeb386a90360262f1663f
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>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ioc3.c