Author: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> PCI/ACPI: Remove _PRT info when removing a host bridge Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> Signed-off-by: Taku Izumi <izumi.taku@xxxxxxxxxxxxxx> --- drivers/acpi/pci_root.c | 2 ++ 1 file changed, 2 insertions(+) Index: Bjorn-next-0925/drivers/acpi/pci_root.c =================================================================== --- Bjorn-next-0925.orig/drivers/acpi/pci_root.c +++ Bjorn-next-0925/drivers/acpi/pci_root.c @@ -671,6 +671,8 @@ static int acpi_pci_root_remove(struct a device_set_run_wake(root->bus->bridge, false); pci_acpi_remove_bus_pm_notifier(device); + acpi_pci_irq_del_prt(root->segment, root->secondary.start); + list_del(&root->node); mutex_unlock(&acpi_pci_root_lock); kfree(root); -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html