aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/ptrace_64.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2021-09-20 21:32:50 +0000
committerRichard Weinberger <richard@nod.at>2021-12-21 21:31:35 +0100
commitdbba7f704aa0c38e36c9908012e7592c8f6efc43 (patch)
tree84b530e037fbb53a92c9ad59e0b239162c11c4e7 /arch/x86/um/ptrace_64.c
parentlogic_io instance of iounmap() needs volatile on argument (diff)
downloadlinux-dev-dbba7f704aa0c38e36c9908012e7592c8f6efc43.tar.xz
linux-dev-dbba7f704aa0c38e36c9908012e7592c8f6efc43.zip
um: stop polluting the namespace with registers.h contents
Only one extern in there is needed in processor-generic.h, and it's not needed anywhere else. So move it over there and get rid of the include in processor-generic.h, adding includes of registers.h to the few files that need the declarations in it. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/ptrace_64.c b/arch/x86/um/ptrace_64.c
index 1401899dee9b..289d0159b041 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 <linux/uaccess.h>
+#include <registers.h>
#include <asm/ptrace-abi.h>
/*