Loading
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>