ptrace: Remove duplicated include in ptrace.c
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 15 Mar 2022 23:51:48 +0000 (07:51 +0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 23 Mar 2022 15:57:11 +0000 (10:57 -0500)
commitdcbc65aac28360df5f5a3b613043ccc0e81da3cf
treeab2e8eaa362d40c0ff8ea1bc0cff2c8cfc088a1d
parentee1fee900537b5d9560e9f937402de5ddc8412f3
ptrace: Remove duplicated include in ptrace.c

Fix following includecheck warning:
./arch/m68k/kernel/ptrace.c: linux/ptrace.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Fixes: 153474ba1a4a ("ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h")
Link: https://lkml.kernel.org/r/20220315235148.54253-1-yang.lee@linux.alibaba.com
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
arch/m68k/kernel/ptrace.c