Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Brian Masney and committed by
Thomas Bogendoerfer
18635a70 4f82eef9

+1
+1
arch/mips/include/asm/mach-pic32/pic32.h
··· 7 7 #define _ASM_MACH_PIC32_H 8 8 9 9 #include <linux/io.h> 10 + #include <linux/types.h> 10 11 11 12 /* 12 13 * PIC32 register offsets for SET/CLR/INV where supported.