linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: process_vm_access: Remove duplicate include of compat.h
@ 2021-03-23  3:23 Wan Jiabing
  2021-03-23  6:33 ` Miaohe Lin
  0 siblings, 1 reply; 2+ messages in thread
From: Wan Jiabing @ 2021-03-23  3:23 UTC (permalink / raw)
  To: Andrew Morton, linux-mm, linux-kernel; +Cc: kael_w, Wan Jiabing

linux/compat.h has been included at line 8.So we remove 
the duplicate one at line 12.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 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] 2+ messages in thread

end of thread, other threads:[~2021-03-23  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  3:23 [PATCH] mm: process_vm_access: Remove duplicate include of compat.h Wan Jiabing
2021-03-23  6:33 ` Miaohe Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox