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/ptrace_64.c | |
parent | um: Include sys/types.h for makedev(), major(), minor() (diff) | |
download | linux-da028d5e5463dabb6ede2f5e3f6cced1283988cc.tar.xz linux-da028d5e5463dabb6ede2f5e3f6cced1283988cc.zip |
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/ptrace_64.c')
-rw-r--r-- | arch/x86/um/ptrace_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/ptrace_64.c b/arch/x86/um/ptrace_64.c index 3b52bf0b418a..a629694ee750 100644 --- a/arch/x86/um/ptrace_64.c +++ b/arch/x86/um/ptrace_64.c @@ -11,6 +11,7 @@ #define __FRAME_OFFSETS #include <asm/ptrace.h> #include <asm/uaccess.h> +#include <asm/ptrace-abi.h> /* * determines which flags the user has access to. |