diff options
| author | Brian Masney <bmasney@redhat.com> | 2026-01-12 17:47:57 -0500 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2026-01-30 15:29:07 +0100 |
| commit | 3391d097cda8f803c062fb6326f0736a3379e2f9 (patch) | |
| tree | 9d0e58cf86274340801bdded8ec0d78296c4ece7 | |
| parent | 18635a70801cdd5635c7a82e0acb4c5075f74a91 (diff) | |
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 <bmasney@redhat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
| -rw-r--r-- | arch/mips/include/asm/mach-pic32/pic32.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/io.h> #include <linux/types.h> /* |
