Merge branches 'acpi-hotplug', 'acpi-sysfs' and 'acpi-sleep'
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / acpi / pci_root.c
index 0703bff..20360e4 100644 (file)
@@ -65,6 +65,9 @@ static struct acpi_scan_handler pci_root_handler = {
        .ids = root_device_ids,
        .attach = acpi_pci_root_add,
        .detach = acpi_pci_root_remove,
+       .hotplug = {
+               .ignore = true,
+       },
 };
 
 static DEFINE_MUTEX(osc_lock);