OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d68ff
)
mm/process_vm_access.c: remove duplicate include
author
Zhang Yunkai
<zhang.yunkai@zte.com.cn>
Wed, 5 May 2021 01:40:15 +0000
(18:40 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 5 May 2021 18:27:27 +0000
(11:27 -0700)
'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>
mm/process_vm_access.c
patch
|
blob
|
history
diff --git
a/mm/process_vm_access.c
b/mm/process_vm_access.c
index
f5fee9c
..
4bcc119
100644
(file)
--- 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>