aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r--include/linux/acpi.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index e6d41b65d396..64e10746f282 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -1263,9 +1263,12 @@ static inline bool acpi_has_watchdog(void) { return false; }
1263 1263
1264#ifdef CONFIG_ACPI_SPCR_TABLE 1264#ifdef CONFIG_ACPI_SPCR_TABLE
1265extern bool qdf2400_e44_present; 1265extern bool qdf2400_e44_present;
1266int parse_spcr(bool earlycon); 1266int acpi_parse_spcr(bool enable_earlycon, bool enable_console);
1267#else 1267#else
1268static inline int parse_spcr(bool earlycon) { return 0; } 1268static inline int acpi_parse_spcr(bool enable_earlycon, bool enable_console)
1269{
1270 return 0;
1271}
1269#endif 1272#endif
1270 1273
1271#if IS_ENABLED(CONFIG_ACPI_GENERIC_GSI) 1274#if IS_ENABLED(CONFIG_ACPI_GENERIC_GSI)