diff options
Diffstat (limited to 'arch/um/os-Linux/tls.c')
-rw-r--r-- | arch/um/os-Linux/tls.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/os-Linux/tls.c b/arch/um/os-Linux/tls.c index 282bd25e19ef..73277801ef14 100644 --- a/arch/um/os-Linux/tls.c +++ b/arch/um/os-Linux/tls.c | |||
@@ -1,10 +1,6 @@ | |||
1 | #include <errno.h> | 1 | #include <errno.h> |
2 | #include <unistd.h> | ||
3 | #include <sys/ptrace.h> | 2 | #include <sys/ptrace.h> |
4 | #include <sys/syscall.h> | ||
5 | #include <asm/ldt.h> | ||
6 | #include "sysdep/tls.h" | 3 | #include "sysdep/tls.h" |
7 | #include "uml-config.h" | ||
8 | 4 | ||
9 | /* TLS support - we basically rely on the host's one.*/ | 5 | /* TLS support - we basically rely on the host's one.*/ |
10 | 6 | ||