diff options
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r-- | drivers/acpi/scan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index ef8e659771e1..2951a27303cb 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
@@ -1570,6 +1570,8 @@ int __init acpi_scan_init(void) | |||
1570 | printk(KERN_ERR PREFIX "Could not register bus type\n"); | 1570 | printk(KERN_ERR PREFIX "Could not register bus type\n"); |
1571 | } | 1571 | } |
1572 | 1572 | ||
1573 | acpi_power_init(); | ||
1574 | |||
1573 | /* | 1575 | /* |
1574 | * Enumerate devices in the ACPI namespace. | 1576 | * Enumerate devices in the ACPI namespace. |
1575 | */ | 1577 | */ |