x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()
[deliverable/linux.git] / arch / x86 / include / asm / topology.h
index c00692476e9fc6f824b77b0c420aadd18c1fae7e..5f83b136dda75685d6988b16b5973f787beaa890 100644 (file)
@@ -174,7 +174,7 @@ static inline void arch_fix_phys_package_id(int num, u32 slot)
 }
 
 struct pci_bus;
-void x86_pci_root_bus_res_quirks(struct pci_bus *b);
+void x86_pci_root_bus_resources(int bus, struct list_head *resources);
 
 #ifdef CONFIG_SMP
 #define mc_capable()   ((boot_cpu_data.x86_max_cores > 1) && \
This page took 0.025837 seconds and 5 git commands to generate.