diff options
Diffstat (limited to 'include/acpi/acpi_drivers.h')
-rw-r--r-- | include/acpi/acpi_drivers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index a35c9597d5b1..cf04c6011c2a 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -101,6 +101,7 @@ extern int acpi_power_nocheck; | |||
101 | -------------------------------------------------------------------------- */ | 101 | -------------------------------------------------------------------------- */ |
102 | #ifdef CONFIG_ACPI_EC | 102 | #ifdef CONFIG_ACPI_EC |
103 | int acpi_ec_ecdt_probe(void); | 103 | int acpi_ec_ecdt_probe(void); |
104 | int acpi_boot_ec_enable(void); | ||
104 | #endif | 105 | #endif |
105 | 106 | ||
106 | /* -------------------------------------------------------------------------- | 107 | /* -------------------------------------------------------------------------- |