diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2025-02-25 09:47:34 +0100 |
|---|---|---|
| committer | Vasily Gorbik <gor@linux.ibm.com> | 2025-03-04 17:18:08 +0100 |
| commit | b337f6af6766da0790f8b50a1ca7ce67cfb5b69c (patch) | |
| tree | ffe746a00676f5785703304a9f6d8bb66e802d43 /arch/s390/kernel/ptrace.c | |
| parent | a702b633c0649eef5249e0355ecfb60567e4dbf2 (diff) | |
s390: Use system header file variant of include directive
A few include directives use the local search variant even though the files
to be included aren't local. Therefore use the normal system header file
variant of the include directive.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel/ptrace.c')
| -rw-r--r-- | arch/s390/kernel/ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/ptrace.c b/arch/s390/kernel/ptrace.c index e2acbbadc75e..6f2ae0be2298 100644 --- a/arch/s390/kernel/ptrace.c +++ b/arch/s390/kernel/ptrace.c @@ -7,7 +7,6 @@ * Martin Schwidefsky (schwidefsky@de.ibm.com) */ -#include "asm/ptrace.h" #include <linux/kernel.h> #include <linux/sched.h> #include <linux/sched/task_stack.h> @@ -33,6 +32,7 @@ #include <asm/runtime_instr.h> #include <asm/facility.h> #include <asm/machine.h> +#include <asm/ptrace.h> #include <asm/fpu.h> #include "entry.h" |
