coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
[coreboot.git] / src / northbridge / amd / amdfam10 / misc_control.c
index 5fcee31cc82b86fe497a0ef5a11a3a51a48d890e..634fec53ce3d5fc217008258eb2aa6b47b161667 100644 (file)
@@ -59,7 +59,7 @@ static void mcf3_read_resources(device_t dev)
        pci_dev_read_resources(dev);
 
        /* If we are not the first processor don't allocate the gart apeture */
-       if (dev->path.u.pci.devfn != PCI_DEVFN(CDB, 3)) {
+       if (dev->path.pci.devfn != PCI_DEVFN(CDB, 3)) {
                return;
        }