[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210306132122.220431-1-zhang.yunkai@zte.com.cn>
Date: Sat, 6 Mar 2021 05:21:22 -0800
From: menglong8.dong@...il.com
To: akpm@...ux-foundation.org
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Zhang Yunkai <zhang.yunkai@....com.cn>
Subject: [PATCH] mm:process_vm_access: remove duplicate include
From: Zhang Yunkai <zhang.yunkai@....com.cn>
'linux/compat.h' included in 'process_vm_access.c' is duplicated.
Signed-off-by: Zhang Yunkai <zhang.yunkai@....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
Powered by blists - more mailing lists