From 9999e48639b3cecb08ffb37358bcba3b48161b29 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:17 +0000 Subject: [PATCH] add ax88772_rst --- kernel/arch/x86/platform/olpc/olpc_ofw.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/arch/x86/platform/olpc/olpc_ofw.c b/kernel/arch/x86/platform/olpc/olpc_ofw.c index f1aab8c..6bab0f0 100644 --- a/kernel/arch/x86/platform/olpc/olpc_ofw.c +++ b/kernel/arch/x86/platform/olpc/olpc_ofw.c @@ -1,13 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0-only #include <linux/kernel.h> #include <linux/export.h> #include <linux/spinlock_types.h> #include <linux/init.h> +#include <linux/pgtable.h> #include <asm/page.h> #include <asm/setup.h> #include <asm/io.h> #include <asm/cpufeature.h> #include <asm/special_insns.h> -#include <asm/pgtable.h> #include <asm/olpc_ofw.h> /* address of OFW callback interface; will be NULL if OFW isn't found */ -- Gitblit v1.6.2