]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/bus.c
Merge branch 'ec' into test
[linux-2.6-omap-h63xx.git] / drivers / acpi / bus.c
index e6311f432edf7f24d2c42fbaf73a23e65a035369..b11400e2f856e28f787ba23160b18a894a93c285 100644 (file)
@@ -793,6 +793,12 @@ static int __init acpi_bus_init(void)
                goto error1;
        }
 
+       /*
+        * 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();
+
        printk(KERN_INFO PREFIX "Interpreter enabled\n");
 
        /* Initialize sleep structures */