Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[cascardo/linux.git] / drivers / parisc / lba_pci.c
index 42844c2..2ec2aef 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);