forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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 {