diff --git a/[refs] b/[refs] index 7f4134b2c402..d559567326f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0db34215c7e0ef618e7b29fbf271194ca5434f8e +refs/heads/master: 8ed07a1cce1530d2fd42e23c867a7c0c1170515a diff --git a/trunk/arch/mips/pci/pci.c b/trunk/arch/mips/pci/pci.c index 8108231f2e20..99d8f4fd3ff4 100644 --- a/trunk/arch/mips/pci/pci.c +++ b/trunk/arch/mips/pci/pci.c @@ -269,7 +269,7 @@ void __devinit pcibios_fixup_bus(struct pci_bus *bus) } for (ln = bus->devices.next; ln != &bus->devices; ln = ln->next) { - struct pci_dev *dev = pci_dev_b(ln); + dev = pci_dev_b(ln); if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) pcibios_fixup_device_resources(dev, bus);