From 8f709dbdf9ff13da19d3154b3248e063364a53d5 Mon Sep 17 00:00:00 2001 From: zhouchuangao Date: Thu, 29 Apr 2021 23:01:39 -0700 Subject: [PATCH] mm/page_alloc: duplicate include linux/vmalloc.h linux/vmalloc.h is repeatedly in the file page_alloc.c Link: https://lkml.kernel.org/r/1616468751-80656-1-git-send-email-zhouchuangao@vivo.com Signed-off-by: zhouchuangao Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- mm/page_alloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 3bced8e..8b24b69 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -72,8 +72,6 @@ #include #include #include -#include - #include #include #include -- 2.7.4