[PATCH] mips: Remove #include <uapi/asm/types.h> from <asm/types.h>

From: Geert Uytterhoeven
Date: Tue Nov 10 2020 - 11:36:41 EST


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@xxxxxxxxxxxxxx>
---
This is a resend of a very old patch from 2013, which is still valid.

arch/mips/include/asm/types.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/mips/include/asm/types.h b/arch/mips/include/asm/types.h
index 148d42a17f30ded6..638ef88e2f8ea4f2 100644
--- a/arch/mips/include/asm/types.h
+++ b/arch/mips/include/asm/types.h
@@ -12,6 +12,5 @@
#define _ASM_TYPES_H

#include <asm-generic/int-ll64.h>
-#include <uapi/asm/types.h>

#endif /* _ASM_TYPES_H */
--
2.25.1