From cf4ce59b3b70238352c7f1729f0f7223214828ad Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 20 Sep 2024 01:46:19 +0000
Subject: [PATCH] rtl88x2CE_WiFi_linux add concurrent mode
---
kernel/include/acpi/apei.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/kernel/include/acpi/apei.h b/kernel/include/acpi/apei.h
index 680f809..a6ac2e8 100644
--- a/kernel/include/acpi/apei.h
+++ b/kernel/include/acpi/apei.h
@@ -27,14 +27,16 @@
extern int erst_disable;
#ifdef CONFIG_ACPI_APEI_GHES
extern bool ghes_disable;
+void __init ghes_init(void);
#else
#define ghes_disable 1
+static inline void ghes_init(void) { }
#endif
#ifdef CONFIG_ACPI_APEI
void __init acpi_hest_init(void);
#else
-static inline void acpi_hest_init(void) { return; }
+static inline void acpi_hest_init(void) { }
#endif
typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data);
--
Gitblit v1.6.2