coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
[coreboot.git] / src / southbridge / amd / rs690 / rs690.c
index 3caa00e9c8cac3c460be82a5e5ca84933f53123f..e5d6a1e2e7ca097134a007f10c562a2198944925 100644 (file)
@@ -144,7 +144,7 @@ void rs690_enable(device_t dev)
                /* NOT REACHED */
        }
 
-       dev_ind = dev->path.u.pci.devfn >> 3;
+       dev_ind = dev->path.pci.devfn >> 3;
        switch (dev_ind) {
        case 0:         /* bus0, dev0, fun0; */
                printk_info("Bus-0, Dev-0, Fun-0.\n");