forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/nds32/kernel/module.c
....@@ -5,7 +5,7 @@
55 #include <linux/elf.h>
66 #include <linux/vmalloc.h>
77 #include <linux/moduleloader.h>
8
-#include <asm/pgtable.h>
8
+#include <linux/pgtable.h>
99
1010 void *module_alloc(unsigned long size)
1111 {