]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/pci/mmconfig_32.c
x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG one
[net-next-2.6.git] / arch / x86 / pci / mmconfig_32.c
index 8c19df89ad750768637a457f2262fcc2159be0e8..3936eced993cbc27fb659b9b98a6b7f4af9032da 100644 (file)
@@ -27,7 +27,7 @@ static int mmcfg_last_accessed_cpu;
  */
 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn)
 {
-       struct acpi_mcfg_allocation *cfg;
+       struct pci_mmcfg_region *cfg;
        int cfg_num;
 
        for (cfg_num = 0; cfg_num < pci_mmcfg_config_num; cfg_num++) {