From: Brian Masney Date: Mon, 12 Jan 2026 22:48:02 +0000 (-0500) Subject: irqchip/irq-pic32-evic: update include to use pic32.h from platform_data X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06e6f8112bc618101f242f77e45986ddbb11217f;p=thirdparty%2Fkernel%2Flinux.git irqchip/irq-pic32-evic: update include to use pic32.h from platform_data Use the linux/platform_data/pic32.h include instead of asm/mach-pic32/pic32.h so that the asm variant can be dropped. This is in preparation for allowing some drivers to be compiled on other architectures with COMPILE_TEST enabled. Signed-off-by: Brian Masney Acked-by: Thomas Gleixner Signed-off-by: Thomas Bogendoerfer --- diff --git a/drivers/irqchip/irq-pic32-evic.c b/drivers/irqchip/irq-pic32-evic.c index 5dfda8e8df10..d87aca73c009 100644 --- a/drivers/irqchip/irq-pic32-evic.c +++ b/drivers/irqchip/irq-pic32-evic.c @@ -13,10 +13,10 @@ #include #include #include +#include #include #include -#include #define REG_INTCON 0x0000 #define REG_INTSTAT 0x0020