Always enable parent resources before child resources.
[coreboot.git] / src / southbridge / intel / i82801gx / i82801gx_pci.c
index 1bdc67ae86e884b13ee2153b42f6cfeade017b28..4c44e1e15358d818aeca6b92250a9ef530a0d364 100644 (file)
@@ -110,8 +110,6 @@ static void ich_pci_bus_enable_resources(struct device *dev)
 
        /* This is the reason we need our own pci_bus_enable_resources */
        ich_pci_dev_enable_resources(dev);
-
-       enable_childrens_resources(dev);
 }
 
 static void set_subsystem(device_t dev, unsigned vendor, unsigned device)