* [PATCH] mm:process_vm_access: remove duplicate include
@ 2021-03-06 13:21 menglong8.dong
0 siblings, 0 replies; only message in thread
From: menglong8.dong @ 2021-03-06 13:21 UTC (permalink / raw)
To: akpm; +Cc: linux-mm, linux-kernel, Zhang Yunkai
From: Zhang Yunkai <zhang.yunkai@zte.com.cn>
'linux/compat.h' included in 'process_vm_access.c' is duplicated.
Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
---
mm/process_vm_access.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.25.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-03-06 13:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-06 13:21 [PATCH] mm:process_vm_access: remove duplicate include menglong8.dong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox