summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/scan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index 7e4dbec8f77c..a67d1a2d0a2a 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -2754,6 +2754,8 @@ int acpi_bus_register_early_device(int type)
if (result)
return result;
+ acpi_default_enumeration(device);
+
device->flags.match_driver = true;
return device_attach(&device->dev);
}