ACPICA: Remove duplicate table manager
[sfrench/cifs-2.6.git] / arch / i386 / pci / mmconfig.c
index e2616a266e13c50cea634238b2dbbb98c3cbb062..80522e331e3428e61c9b8004e1b45cbd6e7d8c34 100644 (file)
@@ -199,7 +199,7 @@ void __init pci_mmcfg_init(int type)
        if ((pci_probe & PCI_PROBE_MMCONF) == 0)
                return;
 
-       acpi_table_parse(ACPI_MCFG, acpi_parse_mcfg);
+       acpi_table_parse("MCFG", acpi_parse_mcfg);
        if ((pci_mmcfg_config_num == 0) ||
            (pci_mmcfg_config == NULL) ||
            (pci_mmcfg_config[0].base_address == 0))