diff options
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r-- | include/linux/acpi.h | 7 |
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 |
1265 | extern bool qdf2400_e44_present; | 1265 | extern bool qdf2400_e44_present; |
1266 | int parse_spcr(bool earlycon); | 1266 | int acpi_parse_spcr(bool enable_earlycon, bool enable_console); |
1267 | #else | 1267 | #else |
1268 | static inline int parse_spcr(bool earlycon) { return 0; } | 1268 | static 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) |