commit | dcbc65aac28360df5f5a3b613043ccc0e81da3cf | [log] [tgz] |
---|---|---|
author | Yang Li <yang.lee@linux.alibaba.com> | Wed Mar 16 07:51:48 2022 +0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed Mar 23 10:57:11 2022 -0500 |
tree | ab2e8eaa362d40c0ff8ea1bc0cff2c8cfc088a1d | |
parent | ee1fee900537b5d9560e9f937402de5ddc8412f3 [diff] |
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>