diff options
author | Richard Weinberger <[email protected]> | 2015-06-25 22:44:11 +0200 |
---|---|---|
committer | Richard Weinberger <[email protected]> | 2015-06-25 22:44:11 +0200 |
commit | da028d5e5463dabb6ede2f5e3f6cced1283988cc (patch) | |
tree | 5ca1836a6825c6f933302193701ca25b89f83317 /arch/x86/um/tls_32.c | |
parent | 8eeba4e9a76cd126e737d3d303d9c424b66ea90d (diff) |
um: Don't pollute kernel namespace with uapi
Don't include ptrace uapi stuff in arch headers, it will
pollute the kernel namespace and conflict with existing
stuff.
In this case it fixes clashes with common names like R8.
Signed-off-by: Richard Weinberger <[email protected]>
Diffstat (limited to 'arch/x86/um/tls_32.c')
-rw-r--r-- | arch/x86/um/tls_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/tls_32.c b/arch/x86/um/tls_32.c index 80ffa5b9982d..48e38584d5c1 100644 --- a/arch/x86/um/tls_32.c +++ b/arch/x86/um/tls_32.c @@ -7,6 +7,7 @@ #include <linux/sched.h> #include <linux/syscalls.h> #include <asm/uaccess.h> +#include <asm/ptrace-abi.h> #include <os.h> #include <skas.h> #include <sysdep/tls.h> |