This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / sh / drivers / pci / fixups-dreamcast.c
index cf30e2f..d07572b 100644 (file)
@@ -62,7 +62,7 @@ void __init pcibios_fixup_irqs(void)
 {
        struct pci_dev *dev = 0;
 
-       for_each_pci_dev(dev) {
+       while ((dev = pci_find_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL) {
                /*
                 * The interrupt routing semantics here are quite trivial.
                 *