diff options
Diffstat (limited to 'include/acpi')
-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 e5f38e5ce86f..ab926a70b39f 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -100,6 +100,7 @@ int acpi_power_transition(struct acpi_device *device, int state); | |||
100 | -------------------------------------------------------------------------- */ | 100 | -------------------------------------------------------------------------- */ |
101 | #ifdef CONFIG_ACPI_EC | 101 | #ifdef CONFIG_ACPI_EC |
102 | int acpi_ec_ecdt_probe(void); | 102 | int acpi_ec_ecdt_probe(void); |
103 | int acpi_boot_ec_enable(void); | ||
103 | #endif | 104 | #endif |
104 | 105 | ||
105 | /* -------------------------------------------------------------------------- | 106 | /* -------------------------------------------------------------------------- |