diff options
author | Kemeng Shi <shikemeng@huaweicloud.com> | 2023-07-17 19:32:26 +0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-08-21 13:37:30 -0700 |
commit | c6493f4bd789eafc918a5e210e80256e2284a7c0 (patch) | |
tree | a685278b6ca4416ddd7d6058d2f9fa1cf954c3d5 | |
parent | c456832e6a8d8bcdfde4e8b3f66895aaffbd2832 (diff) | |
download | linux-stable-c6493f4bd789eafc918a5e210e80256e2284a7c0.tar.gz linux-stable-c6493f4bd789eafc918a5e210e80256e2284a7c0.tar.bz2 linux-stable-c6493f4bd789eafc918a5e210e80256e2284a7c0.zip |
mm/vmstat: remove unused page_ext.h from vmstat
No page_ext function or structure is used in vmstat. Just remove page_ext
header from vmstat.
Link: https://lkml.kernel.org/r/20230717113227.1897173-3-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r-- | mm/vmstat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index b731d57996c5..00e81e99c6ee 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -26,7 +26,6 @@ #include <linux/writeback.h> #include <linux/compaction.h> #include <linux/mm_inline.h> -#include <linux/page_ext.h> #include <linux/page_owner.h> #include <linux/sched/isolation.h> |