linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] mm/page_alloc: remove duplicated include from page_alloc.c
@ 2021-03-26  2:55 Qinglang Miao
  2021-03-26  3:42 ` Matthew Wilcox
  0 siblings, 1 reply; 4+ messages in thread
From: Qinglang Miao @ 2021-03-26  2:55 UTC (permalink / raw)
  To: miaoqinglang, Andrew Morton
  Cc: linux-mm, linux-kernel, kernel-janitors, Hulk Robot

Remove duplicated include.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.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>



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-26 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26  2:55 [PATCH -next] mm/page_alloc: remove duplicated include from page_alloc.c Qinglang Miao
2021-03-26  3:42 ` Matthew Wilcox
2021-03-26  8:18   ` Qinglang Miao
2021-03-26 12:27     ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).