Commit 18635a70 authored by Brian Masney's avatar Brian Masney Committed by Thomas Bogendoerfer
Browse files

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: default avatarBrian Masney <bmasney@redhat.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 4f82eef9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
#define _ASM_MACH_PIC32_H

#include <linux/io.h>
#include <linux/types.h>

/*
 * PIC32 register offsets for SET/CLR/INV where supported.