diff options
Diffstat (limited to 'arch/arm/kernel/ptrace.c')
-rw-r--r-- | arch/arm/kernel/ptrace.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/kernel/ptrace.c b/arch/arm/kernel/ptrace.c index 6fa5b6387556..afcb4d3b14dc 100644 --- a/arch/arm/kernel/ptrace.c +++ b/arch/arm/kernel/ptrace.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/kernel/ptrace.c | 3 | * linux/arch/arm/kernel/ptrace.c |
3 | * | 4 | * |
4 | * By Ross Biro 1/23/92 | 5 | * By Ross Biro 1/23/92 |
5 | * edited by Linus Torvalds | 6 | * edited by Linus Torvalds |
6 | * ARM modifications Copyright (C) 2000 Russell King | 7 | * ARM modifications Copyright (C) 2000 Russell King |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
13 | #include <linux/sched/signal.h> | 10 | #include <linux/sched/signal.h> |