diff mbox series

mm/page_alloc: Duplicate include linux/vmalloc.h

Message ID 1616468751-80656-1-git-send-email-zhouchuangao@vivo.com (mailing list archive)
State New, archived
Headers show
Series mm/page_alloc: Duplicate include linux/vmalloc.h | expand

Commit Message

zhouchuangao March 23, 2021, 3:05 a.m. UTC
linux/vmalloc.h is repeatedly in the file page_alloc.c

Signed-off-by: zhouchuangao <zhouchuangao@vivo.com>
---
 mm/page_alloc.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index c53fe4f..5adf9c1 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -72,8 +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>
 #include <asm/div64.h>