diff options
author | Richard Weinberger <richard@nod.at> | 2015-06-25 22:44:11 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-06-25 22:44:11 +0200 |
commit | da028d5e5463dabb6ede2f5e3f6cced1283988cc (patch) | |
tree | 5ca1836a6825c6f933302193701ca25b89f83317 /arch/x86/um/tls_64.c | |
parent | 8eeba4e9a76cd126e737d3d303d9c424b66ea90d (diff) | |
download | op-kernel-dev-da028d5e5463dabb6ede2f5e3f6cced1283988cc.zip op-kernel-dev-da028d5e5463dabb6ede2f5e3f6cced1283988cc.tar.gz |
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 <richard@nod.at>
Diffstat (limited to 'arch/x86/um/tls_64.c')
-rw-r--r-- | arch/x86/um/tls_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/tls_64.c b/arch/x86/um/tls_64.c index d22363c..3ad7143 100644 --- a/arch/x86/um/tls_64.c +++ b/arch/x86/um/tls_64.c @@ -1,4 +1,5 @@ #include <linux/sched.h> +#include <asm/ptrace-abi.h> void clear_flushed_tls(struct task_struct *task) { |