diff options
author | Zhang Yunkai <zhang.yunkai@zte.com.cn> | 2021-05-05 04:40:15 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-05-05 21:27:27 +0300 |
commit | 0c4ff27a0e541bcee167612fc9065623d75314a3 (patch) | |
tree | be987ff1e311d41315dac6b86c4e2cc7cd74c034 | |
parent | 68d68ff6ebbf69d02511dd48f16b3795671c9b0b (diff) | |
download | linux-0c4ff27a0e541bcee167612fc9065623d75314a3.tar.xz |
mm/process_vm_access.c: remove duplicate include
'linux/compat.h' included in 'process_vm_access.c' is duplicated.
Link: https://lkml.kernel.org/r/20210306132122.220431-1-zhang.yunkai@zte.com.cn
Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | mm/process_vm_access.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/process_vm_access.c b/mm/process_vm_access.c index f5fee9cf90f8..4bcc11958089 100644 --- a/mm/process_vm_access.c +++ b/mm/process_vm_access.c @@ -9,7 +9,6 @@ #include <linux/mm.h> #include <linux/uio.h> #include <linux/sched.h> -#include <linux/compat.h> #include <linux/sched/mm.h> #include <linux/highmem.h> #include <linux/ptrace.h> |