diff options
author | Len Brown <len.brown@intel.com> | 2008-10-23 05:27:59 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-23 05:27:59 +0200 |
commit | 0fbb3726f246aadd1bebc01114100b6e69afa5b9 (patch) | |
tree | 87e0ca2d5904df9e12e8b7b1d2b303b17758c70a /drivers/acpi/scan.c | |
parent | Merge branch 'dock' into test (diff) | |
parent | ACPI: EC: Check for IBF=0 periodically if not in GPE mode (diff) | |
download | linux-0fbb3726f246aadd1bebc01114100b6e69afa5b9.tar.xz linux-0fbb3726f246aadd1bebc01114100b6e69afa5b9.zip |
Merge branch 'ec' into test
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r-- | drivers/acpi/scan.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 3196749398ea..eae6c801536d 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1565,7 +1565,6 @@ static int acpi_bus_scan_fixed(struct acpi_device *root) return result; } -int __init acpi_boot_ec_enable(void); static int __init acpi_scan_init(void) { @@ -1599,9 +1598,6 @@ static int __init acpi_scan_init(void) */ result = acpi_bus_scan_fixed(acpi_root); - /* EC region might be needed at bus_scan, so enable it now */ - acpi_boot_ec_enable(); - if (!result) result = acpi_bus_scan(acpi_root, &ops); |