aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2020-11-10 16:36:31 +0000
committerThomas Bogendoerfer <[email protected]>2020-11-11 22:45:46 +0000
commite1717283250aa426cd5f3ba9a1fc9faba3a2e529 (patch)
tree71e0b7c19fc4f12f55e3b46797d7b7ba5589c7fe
parentmips: Vr41xx: add missing iounmap() on error in vr41xx_pciu_init() (diff)
downloadkernel-e1717283250aa426cd5f3ba9a1fc9faba3a2e529.tar.gz
kernel-e1717283250aa426cd5f3ba9a1fc9faba3a2e529.zip
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 */