kernel/arch/x86/mm/physaddr.c
.. .. @@ -1,10 +1,11 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 -#include <linux/bootmem.h>2 +#include <linux/memblock.h>3 3 #include <linux/mmdebug.h> 4 4 #include <linux/export.h> 5 5 #include <linux/mm.h> 6 6 7 7 #include <asm/page.h> 8 +#include <linux/vmalloc.h>8 9 9 10 #include "physaddr.h" 10 11