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