diff options
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r-- | drivers/acpi/scan.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 7c43bdc36abc..bc2f33790e83 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
@@ -1706,5 +1706,8 @@ int __init acpi_scan_init(void) | |||
1706 | } | 1706 | } |
1707 | 1707 | ||
1708 | acpi_update_all_gpes(); | 1708 | acpi_update_all_gpes(); |
1709 | |||
1710 | acpi_pci_root_hp_init(); | ||
1711 | |||
1709 | return 0; | 1712 | return 0; |
1710 | } | 1713 | } |