[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210326025542.3565329-1-miaoqinglang@huawei.com>
Date: Fri, 26 Mar 2021 10:55:42 +0800
From: Qinglang Miao <miaoqinglang@...wei.com>
To: <miaoqinglang@...wei.com>,
Andrew Morton <akpm@...ux-foundation.org>
CC: <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>, Hulk Robot <hulkci@...wei.com>
Subject: [PATCH -next] mm/page_alloc: remove duplicated include from page_alloc.c
Remove duplicated include.
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Qinglang Miao <miaoqinglang@...wei.com>
---
mm/page_alloc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index c53fe4fa10bf..e51826c87a0b 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -72,7 +72,6 @@
#include <linux/padata.h>
#include <linux/khugepaged.h>
#include <linux/buffer_head.h>
-#include <linux/vmalloc.h>
#include <asm/sections.h>
#include <asm/tlbflush.h>
Powered by blists - more mailing lists