diff options
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r-- | drivers/acpi/bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index 31e8da648fff..262ca31b86d9 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c | |||
@@ -1051,7 +1051,7 @@ static int __init acpi_bus_init(void) | |||
1051 | * Maybe EC region is required at bus_scan/acpi_get_devices. So it | 1051 | * Maybe EC region is required at bus_scan/acpi_get_devices. So it |
1052 | * is necessary to enable it as early as possible. | 1052 | * is necessary to enable it as early as possible. |
1053 | */ | 1053 | */ |
1054 | acpi_boot_ec_enable(); | 1054 | acpi_ec_dsdt_probe(); |
1055 | 1055 | ||
1056 | printk(KERN_INFO PREFIX "Interpreter enabled\n"); | 1056 | printk(KERN_INFO PREFIX "Interpreter enabled\n"); |
1057 | 1057 | ||