diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-03-07 13:28:31 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-03-07 13:28:31 -0800 |
commit | 3bb48a8506275f4d9e4593acf9f2fc0880a42f73 (patch) | |
tree | 62eea5fd6bb00e38985f7f9270be35f31a56a240 /arch/parisc/kernel/ptrace.c | |
parent | fbda7904302499dd7ffc073a3c84eb7c9275db0a (diff) | |
parent | 460c9f1c944b4bf04f2934478fd3f865b730b771 (diff) | |
download | lwn-3bb48a8506275f4d9e4593acf9f2fc0880a42f73.tar.gz lwn-3bb48a8506275f4d9e4593acf9f2fc0880a42f73.zip |
Merge branch 'parisc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc fixes from Helge Deller:
"Two small parisc architecture fixes: fix a linking failure reported by
the kernel test robot and remove a duplicate include"
* 'parisc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
arch/parisc/kernel: remove duplicate include in ptrace
parisc: Enable -mlong-calls gcc option with CONFIG_COMPILE_TEST
Diffstat (limited to 'arch/parisc/kernel/ptrace.c')
-rw-r--r-- | arch/parisc/kernel/ptrace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/kernel/ptrace.c b/arch/parisc/kernel/ptrace.c index 2127974982df..65de6c4c9354 100644 --- a/arch/parisc/kernel/ptrace.c +++ b/arch/parisc/kernel/ptrace.c @@ -567,8 +567,6 @@ static const struct user_regset_view user_parisc_native_view = { }; #ifdef CONFIG_64BIT -#include <linux/compat.h> - static int gpr32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) |