aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2008-10-22 23:27:59 -0400
committerLen Brown <len.brown@intel.com>2008-10-22 23:27:59 -0400
commit0fbb3726f246aadd1bebc01114100b6e69afa5b9 (patch)
tree87e0ca2d5904df9e12e8b7b1d2b303b17758c70a /drivers/acpi/bus.c
parent47bf31adc541bef0c20de15e800e0011f1ae70c7 (diff)
parentc0ff17720ec5f42205b3d2ca03a18da0a8272976 (diff)
Merge branch 'ec' into test
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 */