diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/kernel/bios32.c')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/kernel/bios32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ANDROID_3.4.5/arch/arm/kernel/bios32.c b/ANDROID_3.4.5/arch/arm/kernel/bios32.c index ede5f774..c3232b36 100644 --- a/ANDROID_3.4.5/arch/arm/kernel/bios32.c +++ b/ANDROID_3.4.5/arch/arm/kernel/bios32.c @@ -473,7 +473,7 @@ void __init pci_common_init(struct hw_pci *hw) list_for_each_entry(sys, &hw->buses, node) { struct pci_bus *bus = sys->bus; - +#if 0 if (!pci_has_flag(PCI_PROBE_ONLY)) { /* * Size the bridge windows. @@ -490,6 +490,7 @@ void __init pci_common_init(struct hw_pci *hw) */ pci_enable_bridges(bus); } +#endif /* * Tell drivers about devices found. |