[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201110163631.3322364-1-geert@linux-m68k.org>
Date: Tue, 10 Nov 2020 17:36:31 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
Cc: linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [PATCH] 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@...ux-m68k.org>
---
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
Powered by blists - more mailing lists