aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2020-11-10 17:36:31 +0100
committerThomas Bogendoerfer <[email protected]>2020-11-11 23:45:46 +0100
commite1717283250aa426cd5f3ba9a1fc9faba3a2e529 (patch)
tree71e0b7c19fc4f12f55e3b46797d7b7ba5589c7fe
parentc424dc4cd1809e181a161723f770b7bc1e0f9927 (diff)
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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
-rw-r--r--arch/mips/include/asm/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/types.h b/arch/mips/include/asm/types.h
index 148d42a17f30..638ef88e2f8e 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 */