From 3391d097cda8f803c062fb6326f0736a3379e2f9 Mon Sep 17 00:00:00 2001 From: Brian Masney Date: Mon, 12 Jan 2026 17:47:57 -0500 Subject: [PATCH] MIPS: pic32: drop unused include linux/io.h from pic32.h The linux/io.h include is not used, so let's drop it from pic32.h. Signed-off-by: Brian Masney Signed-off-by: Thomas Bogendoerfer --- arch/mips/include/asm/mach-pic32/pic32.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/include/asm/mach-pic32/pic32.h b/arch/mips/include/asm/mach-pic32/pic32.h index e71c92a7bfde..660fa4178b3e 100644 --- a/arch/mips/include/asm/mach-pic32/pic32.h +++ b/arch/mips/include/asm/mach-pic32/pic32.h @@ -6,7 +6,6 @@ #ifndef _ASM_MACH_PIC32_H #define _ASM_MACH_PIC32_H -#include #include /* -- 2.47.3