Lines 1545-1551
static int acpi_bus_scan_fixed(struct ac
Link Here
|
1545 |
return result; |
1545 |
return result; |
1546 |
} |
1546 |
} |
1547 |
|
1547 |
|
1548 |
int __init acpi_boot_ec_enable(void); |
|
|
1549 |
|
1548 |
|
1550 |
static int __init acpi_scan_init(void) |
1549 |
static int __init acpi_scan_init(void) |
1551 |
{ |
1550 |
{ |
Lines 1579-1587
static int __init acpi_scan_init(void)
Link Here
|
1579 |
*/ |
1578 |
*/ |
1580 |
result = acpi_bus_scan_fixed(acpi_root); |
1579 |
result = acpi_bus_scan_fixed(acpi_root); |
1581 |
|
1580 |
|
1582 |
/* EC region might be needed at bus_scan, so enable it now */ |
|
|
1583 |
acpi_boot_ec_enable(); |
1584 |
|
1585 |
if (!result) |
1581 |
if (!result) |
1586 |
result = acpi_bus_scan(acpi_root, &ops); |
1582 |
result = acpi_bus_scan(acpi_root, &ops); |
1587 |
|
1583 |
|