Skip to content

Commit 18635a7

Browse files
masneybtsbogend
authored andcommitted
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>
1 parent 4f82eef commit 18635a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • arch/mips/include/asm/mach-pic32

arch/mips/include/asm/mach-pic32/pic32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#define _ASM_MACH_PIC32_H
88

99
#include <linux/io.h>
10+
#include <linux/types.h>
1011

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

0 commit comments

Comments
 (0)