Skip to content

Commit 64c35d6

Browse files
xry111chenhuacai
authored andcommitted
LoongArch: Remove posix_types.h include from sigcontext.h
Nothing in sigcontext.h seems to require anything from linux/posix_types.h. This include seems a MIPS relic originated from an error in Linux 2.6.11-rc2 (in 2005). The unneeded include was found debugging some vDSO self test build failure (it's not the root cause though). Link: https://lore.kernel.org/linux-mips/[email protected]/ Link: https://lore.kernel.org/loongarch/[email protected]/ Signed-off-by: Xi Ruoyao <[email protected]> Signed-off-by: Huacai Chen <[email protected]>
1 parent 5016c3a commit 64c35d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/loongarch/include/uapi/asm/sigcontext.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#define _UAPI_ASM_SIGCONTEXT_H
1010

1111
#include <linux/types.h>
12-
#include <linux/posix_types.h>
1312

1413
/* FP context was used */
1514
#define SC_USED_FP (1 << 0)

0 commit comments

Comments
 (0)