]> git.ipfire.org Git - thirdparty/linux.git/commit
MIPS: pic32: include linux/io.h header on several files
authorBrian Masney <bmasney@redhat.com>
Mon, 12 Jan 2026 22:47:55 +0000 (17:47 -0500)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 30 Jan 2026 14:29:07 +0000 (15:29 +0100)
commit4f82eef99abf7a1c1e718303b24bdb8b490e5a26
tree48989b50e09e56f8db9c332a4668c3f472bc7b8b
parentd463fc5ca1ace0b2e8bb764df04fc12ecd6f8e2b
MIPS: pic32: include linux/io.h header on several files

The pic32.h header includes linux/io.h, however nothing from that
include file is directly used by pic32.h. Several C files that
include pic32.h indirectly depend on linux/io.h, so let's go ahead
and add the missing include so that linux/io.h can be dropped from
pic32.h.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/pic32/common/reset.c
arch/mips/pic32/pic32mzda/early_clk.c
arch/mips/pic32/pic32mzda/early_console.c