From: Kemeng Shi Date: Mon, 17 Jul 2023 11:32:25 +0000 (+0800) Subject: mm/page_poison: remove unused page_ext.h from page_poison X-Git-Tag: v6.6-rc1~156^2~230 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c456832e6a8d8bcdfde4e8b3f66895aaffbd2832;p=thirdparty%2Flinux.git mm/page_poison: remove unused page_ext.h from page_poison Patch series "minor cleanups to page_ext header". No page_ext function or structure is used in page_poison. Just remove page_ext header from page_poison. Link: https://lkml.kernel.org/r/20230717113227.1897173-1-shikemeng@huaweicloud.com Link: https://lkml.kernel.org/r/20230717113227.1897173-2-shikemeng@huaweicloud.com Signed-off-by: Kemeng Shi Signed-off-by: Andrew Morton --- diff --git a/mm/page_poison.c b/mm/page_poison.c index 98438985e1ed9..b4f456437b7e5 100644 --- a/mm/page_poison.c +++ b/mm/page_poison.c @@ -4,7 +4,6 @@ #include #include #include -#include #include #include #include