summaryrefslogtreecommitdiffstats
path: root/arch/mips/sni/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sni/pci.c')
-rw-r--r--arch/mips/sni/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sni/pci.c b/arch/mips/sni/pci.c
index 8b8154007..cfbc4b3e7 100644
--- a/arch/mips/sni/pci.c
+++ b/arch/mips/sni/pci.c
@@ -1,4 +1,4 @@
-/* $Id: pci.c,v 1.8 1999/10/09 00:00:59 ralf Exp $
+/* $Id: pci.c,v 1.9 1999/12/04 03:59:00 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -32,7 +32,7 @@ static void pcimt_pcibios_fixup (void)
{
struct pci_dev *dev;
- for (dev=pci_devices; dev; dev=dev->next) {
+ pci_for_each_dev(dev) {
/*
* TODO: Take care of RM300 revision D boards for where the
* network slot became an ordinary PCI slot.