irqchip/mxs: Include linux/irqchip/mxs.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 May 2023 20:05:07 +0000 (22:05 +0200)
committerMarc Zyngier <maz@kernel.org>
Sat, 17 Jun 2023 06:21:15 +0000 (07:21 +0100)
commit5b7e5676209120814dbb9fec8bc3769f0f7a7958
treebd1f7414706a083272e125cf1fc6b75232184791
parenteee284fe8f326719fed1963e0851cbb2185076f8
irqchip/mxs: Include linux/irqchip/mxs.h

This header contains the definition for icoll_handle_irq(), which
is used in arch/arm/mach-mxs/mach-mxs.c, without this we get a warning
about a missing prototype when building with W=1.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230516200516.554663-4-arnd@kernel.org
drivers/irqchip/irq-mxs.c