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)
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

index 55cb6b5a686e955310bfbc57ed6f5ed02e040211..b3b1fba871c1ecc02cdd4cabaed17242f1d23d14 100644 (file)
@@ -9,6 +9,7 @@
 #include <linux/init.h>
 #include <linux/irq.h>
 #include <linux/irqchip.h>
+#include <linux/irqchip/mxs.h>
 #include <linux/irqdomain.h>
 #include <linux/io.h>
 #include <linux/of.h>