From: Miaohe Lin Date: Sat, 3 Jun 2023 11:25:58 +0000 (+0800) Subject: mm: page_alloc: remove unneeded header files X-Git-Tag: v6.6.7~2549^2~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12dd992accd96c09ec765a3bb4706a3ed24ae5b3;p=platform%2Fkernel%2Flinux-starfive.git mm: page_alloc: remove unneeded header files Remove some unneeded header files. No functional change intended. Link: https://lkml.kernel.org/r/20230603112558.213694-1-linmiaohe@huawei.com Signed-off-by: Miaohe Lin Reviewed-by: David Hildenbrand Signed-off-by: Andrew Morton --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 091a6cb..6a18f22 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include @@ -36,8 +35,6 @@ #include #include #include -#include -#include #include #include #include @@ -52,7 +49,6 @@ #include #include #include -#include #include #include #include