diff options
author | Kemeng Shi <shikemeng@huaweicloud.com> | 2023-07-17 14:32:25 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-08-21 23:37:30 +0300 |
commit | c456832e6a8d8bcdfde4e8b3f66895aaffbd2832 (patch) | |
tree | 82b2e23a99747dc2a8429c53c78db3a6ccb030a6 /mm/page_poison.c | |
parent | e7ee3f9791f5601fc032b222a70a02b9798784be (diff) | |
download | linux-c456832e6a8d8bcdfde4e8b3f66895aaffbd2832.tar.xz |
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 <shikemeng@huaweicloud.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/page_poison.c')
-rw-r--r-- | mm/page_poison.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_poison.c b/mm/page_poison.c index 98438985e1ed..b4f456437b7e 100644 --- a/mm/page_poison.c +++ b/mm/page_poison.c @@ -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> |