diff options
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r-- | include/linux/acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index c749eef1daa1..27b4b6615263 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
@@ -1209,6 +1209,7 @@ static inline bool acpi_has_watchdog(void) { return false; } | |||
1209 | #endif | 1209 | #endif |
1210 | 1210 | ||
1211 | #ifdef CONFIG_ACPI_SPCR_TABLE | 1211 | #ifdef CONFIG_ACPI_SPCR_TABLE |
1212 | extern bool qdf2400_e44_present; | ||
1212 | int parse_spcr(bool earlycon); | 1213 | int parse_spcr(bool earlycon); |
1213 | #else | 1214 | #else |
1214 | static inline int parse_spcr(bool earlycon) { return 0; } | 1215 | static inline int parse_spcr(bool earlycon) { return 0; } |