From: Geert Uytterhoeven Date: Tue, 10 Nov 2020 16:36:31 +0000 (+0100) Subject: mips: Remove #include from X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e1717283250aa426cd5f3ba9a1fc9faba3a2e529;p=linux.git mips: Remove #include from 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 Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/include/asm/types.h b/arch/mips/include/asm/types.h index 148d42a17f30d..638ef88e2f8ea 100644 --- a/arch/mips/include/asm/types.h +++ b/arch/mips/include/asm/types.h @@ -12,6 +12,5 @@ #define _ASM_TYPES_H #include -#include #endif /* _ASM_TYPES_H */