PCI: Simplify hotplug mch quirk.
[safe/jmp/linux-2.6] / drivers / pci / hotplug / pciehp_ctrl.c
index 8aab8ed..b97cb4c 100644 (file)
@@ -246,11 +246,6 @@ static int board_added(struct slot *p_slot)
                goto err_exit;
        }
 
-       /*
-        * Some PCI Express root ports require fixup after hot-plug operation.
-        */
-       if (pcie_mch_quirk)
-               pci_fixup_device(pci_fixup_final, ctrl->pci_dev);
        if (PWR_LED(ctrl))
                p_slot->hpc_ops->green_led_on(p_slot);