diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 1e45907..191561d 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -420,11 +420,6 @@ bus->number, dev->devfn, dev->vendor, dev->device, class, hdr_type); continue; } - - if (class == PCI_CLASS_BRIDGE_HOST) { - pr_debug("skip pci host bridge\n"); - continue; - } } /*