diff options
author | Kees Cook <keescook@chromium.org> | 2016-07-25 22:50:36 +0200 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2016-07-25 22:50:36 +0200 |
commit | 74e630a7582e6b3cb39559d712a0049f08dea8a0 (patch) | |
tree | 98a752412dcfc74d802024c1d9e8c541b93174f9 /drivers/acpi/bus.c | |
parent | pstore/ram: add Device Tree bindings (diff) | |
parent | Linux 4.7 (diff) | |
download | linux-74e630a7582e6b3cb39559d712a0049f08dea8a0.tar.xz linux-74e630a7582e6b3cb39559d712a0049f08dea8a0.zip |
Merge tag 'v4.7' into for-linus/pstore
Linux 4.7
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) * Maybe EC region is required at bus_scan/acpi_get_devices. So it * is necessary to enable it as early as possible. */ - acpi_boot_ec_enable(); + acpi_ec_dsdt_probe(); printk(KERN_INFO PREFIX "Interpreter enabled\n"); |