OSDN Git Service

PCI: Delay enabling bridges until they're needed
[android-x86/kernel.git] / arch / arm / kernel / bios32.c
index 261fcc8..88e14d7 100644 (file)
@@ -525,11 +525,6 @@ void pci_common_init_dev(struct device *parent, struct hw_pci *hw)
                         * Assign resources.
                         */
                        pci_bus_assign_resources(bus);
-
-                       /*
-                        * Enable bridges
-                        */
-                       pci_enable_bridges(bus);
                }
 
                /*