[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200915121550.30584-1-yuehaibing@huawei.com>
Date: Tue, 15 Sep 2020 20:15:50 +0800
From: YueHaibing <yuehaibing@...wei.com>
To: <akpm@...ux-foundation.org>, <minchan@...nel.org>
CC: <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>,
YueHaibing <yuehaibing@...wei.com>
Subject: [PATCH -next] mm/madvise: remove duplicate include
Remove duplicate header which is included twice.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
mm/madvise.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/madvise.c b/mm/madvise.c
index 460e19d60ba3..9bd21f9019d9 100644
--- a/mm/madvise.c
+++ b/mm/madvise.c
@@ -30,7 +30,6 @@
#include <linux/swapops.h>
#include <linux/shmem_fs.h>
#include <linux/mmu_notifier.h>
-#include <linux/sched/mm.h>
#include <asm/tlb.h>
--
2.17.1
Powered by blists - more mailing lists