- First stab at getting the ppc ports building and working.
[coreboot.git] / src / northbridge / via / vt8623 / northbridge.c
index 94880b91029dae5f2e9a3337b84ab30e3d29603d..77c03d0bc815bd26745814472bea5d4d9d5cc20d 100644 (file)
@@ -268,7 +268,7 @@ static void enable_dev(struct device *dev)
         /* Set the operations if it is a special bus type */
         if (dev->path.type == DEVICE_PATH_PCI_DOMAIN) {
                 dev->ops = &pci_domain_ops;
-               pci_set_method();
+               pci_set_method(dev);
         }
         else if (dev->path.type == DEVICE_PATH_APIC_CLUSTER) {
                 dev->ops = &cpu_bus_ops;