]> git.ipfire.org Git - thirdparty/linux.git/commit
MIPS: pic32: include linux/types.h on pic32.h
authorBrian Masney <bmasney@redhat.com>
Mon, 12 Jan 2026 22:47:56 +0000 (17:47 -0500)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 30 Jan 2026 14:29:07 +0000 (15:29 +0100)
commit18635a70801cdd5635c7a82e0acb4c5075f74a91
tree6b7079e4723db9b34cafbbb10c1aa50dad5f8467
parent4f82eef99abf7a1c1e718303b24bdb8b490e5a26
MIPS: pic32: include linux/types.h on pic32.h

The pic32.h header file currently includes linux/io.h, however that
header is not actually used. The only header that's needed by this
C file is linux/types.h. Let's include it so that linux/io.h can be
dropped.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/mach-pic32/pic32.h