aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r--drivers/acpi/bus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index bdeed39c3d38..cdd11fda5036 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -878,6 +878,8 @@ static int __init acpi_init(void)
878 * will be disabled in the course of device power transistion. 878 * will be disabled in the course of device power transistion.
879 */ 879 */
880 dmi_check_system(power_nocheck_dmi_table); 880 dmi_check_system(power_nocheck_dmi_table);
881
882 acpi_scan_init();
881 return result; 883 return result;
882} 884}
883 885