Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[linux-block.git] / drivers / parisc / lba_pci.c
index 42844c2bc065bcd8bc486a11ae9714e9d31adc20..2ec2aef4d2115a24ce14a5faa31d5b6e35acae57 100644 (file)
@@ -790,8 +790,10 @@ lba_fixup_bus(struct pci_bus *bus)
                 /*
                ** P2PB's have no IRQs. ignore them.
                */
-               if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI)
+               if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) {
+                       pcibios_init_bridge(dev);
                        continue;
+               }
 
                /* Adjust INTERRUPT_LINE for this dev */
                iosapic_fixup_irq(ldev->iosapic_obj, dev);