Always enable parent resources before child resources.
[coreboot.git] / src / northbridge / intel / i945 / northbridge.c
index 81b61bda5980bc73ee81e9b37bb97313d835c999..0f5a502b69ea61e690c4e0f537f7f529b7fe0817 100644 (file)
@@ -224,8 +224,8 @@ static void pci_domain_set_resources(device_t dev)
 static struct device_operations pci_domain_ops = {
        .read_resources   = pci_domain_read_resources,
        .set_resources    = pci_domain_set_resources,
-       .enable_resources = enable_childrens_resources,
-       .init             = 0,
+       .enable_resources = NULL,
+       .init             = NULL,
        .scan_bus         = pci_domain_scan_bus,
 #if CONFIG_MMCONF_SUPPORT_DEFAULT
        .ops_pci_bus      = &pci_ops_mmconf,