forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/x86/mm/physaddr.c
....@@ -1,10 +1,11 @@
11 // SPDX-License-Identifier: GPL-2.0
2
-#include <linux/bootmem.h>
2
+#include <linux/memblock.h>
33 #include <linux/mmdebug.h>
44 #include <linux/export.h>
55 #include <linux/mm.h>
66
77 #include <asm/page.h>
8
+#include <linux/vmalloc.h>
89
910 #include "physaddr.h"
1011