mips: Remove #include <uapi/asm/types.h> from <asm/types.h>
Everything in arch/mips/include/uapi/asm/types.h is protected by "#ifndef __KERNEL__", so it's unused for kernelspace. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
c424dc4cd1
commit
e171728325
@ -12,6 +12,5 @@
|
|||||||
#define _ASM_TYPES_H
|
#define _ASM_TYPES_H
|
||||||
|
|
||||||
#include <asm-generic/int-ll64.h>
|
#include <asm-generic/int-ll64.h>
|
||||||
#include <uapi/asm/types.h>
|
|
||||||
|
|
||||||
#endif /* _ASM_TYPES_H */
|
#endif /* _ASM_TYPES_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user