forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/x86/platform/olpc/olpc_ofw.c
....@@ -1,13 +1,14 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 #include <linux/kernel.h>
23 #include <linux/export.h>
34 #include <linux/spinlock_types.h>
45 #include <linux/init.h>
6
+#include <linux/pgtable.h>
57 #include <asm/page.h>
68 #include <asm/setup.h>
79 #include <asm/io.h>
810 #include <asm/cpufeature.h>
911 #include <asm/special_insns.h>
10
-#include <asm/pgtable.h>
1112 #include <asm/olpc_ofw.h>
1213
1314 /* address of OFW callback interface; will be NULL if OFW isn't found */