aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r--drivers/acpi/bus.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index e6311f432edf..b11400e2f856 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -793,6 +793,12 @@ static int __init acpi_bus_init(void)
793 goto error1; 793 goto error1;
794 } 794 }
795 795
796 /*
797 * Maybe EC region is required at bus_scan/acpi_get_devices. So it
798 * is necessary to enable it as early as possible.
799 */
800 acpi_boot_ec_enable();
801
796 printk(KERN_INFO PREFIX "Interpreter enabled\n"); 802 printk(KERN_INFO PREFIX "Interpreter enabled\n");
797 803
798 /* Initialize sleep structures */ 804 /* Initialize sleep structures */