diff options
author | Zhang Yunkai <[email protected]> | 2021-05-04 18:40:15 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-05-05 11:27:27 -0700 |
commit | 0c4ff27a0e541bcee167612fc9065623d75314a3 (patch) | |
tree | be987ff1e311d41315dac6b86c4e2cc7cd74c034 | |
parent | 68d68ff6ebbf69d02511dd48f16b3795671c9b0b (diff) |
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/[email protected]
Signed-off-by: Zhang Yunkai <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-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> |