mm/page_poison: remove unused page_ext.h from page_poison
authorKemeng Shi <shikemeng@huaweicloud.com>
Mon, 17 Jul 2023 11:32:25 +0000 (19:32 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 21 Aug 2023 20:37:30 +0000 (13:37 -0700)
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 <shikemeng@huaweicloud.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_poison.c

index 98438985e1ed9c28b8554bbdc8b81c427178d66d..b4f456437b7e5d2aaa8355eae78e26c5f4bc0120 100644 (file)
@@ -4,7 +4,6 @@
 #include <linux/mm.h>
 #include <linux/mmdebug.h>
 #include <linux/highmem.h>
-#include <linux/page_ext.h>
 #include <linux/poison.h>
 #include <linux/ratelimit.h>
 #include <linux/kasan.h>