diff options
Diffstat (limited to 'mm/page_ext.c')
-rw-r--r-- | mm/page_ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_ext.c b/mm/page_ext.c index 5323c2ade686..ae44f7adbe07 100644 --- a/mm/page_ext.c +++ b/mm/page_ext.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include <linux/mm.h> | 2 | #include <linux/mm.h> |
3 | #include <linux/mmzone.h> | 3 | #include <linux/mmzone.h> |
4 | #include <linux/bootmem.h> | 4 | #include <linux/memblock.h> |
5 | #include <linux/page_ext.h> | 5 | #include <linux/page_ext.h> |
6 | #include <linux/memory.h> | 6 | #include <linux/memory.h> |
7 | #include <linux/vmalloc.h> | 7 | #include <linux/vmalloc.h> |