From: Arnd Bergmann Date: Tue, 16 May 2023 20:05:07 +0000 (+0200) Subject: irqchip/mxs: Include linux/irqchip/mxs.h X-Git-Tag: v6.5-rc1~232^2^2^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7e5676209120814dbb9fec8bc3769f0f7a7958;p=thirdparty%2Flinux.git 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 Acked-by: Shawn Guo Signed-off-by: Marc Zyngier Link: https://lore.kernel.org/r/20230516200516.554663-4-arnd@kernel.org --- diff --git a/drivers/irqchip/irq-mxs.c b/drivers/irqchip/irq-mxs.c index 55cb6b5a686e9..b3b1fba871c1e 100644 --- a/drivers/irqchip/irq-mxs.c +++ b/drivers/irqchip/irq-mxs.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include