]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - arch/x86/pci/mmconfig_32.c
x86/PCI: update MMCONFIG information when hot-plugging PCI host bridges
[can-eth-gw-linux.git] / arch / x86 / pci / mmconfig_32.c
index a22785deb50e415de5f55a8d48fb49d941b4c6a8..db63ac23e3d935d886948da8957bd372456cd19a 100644 (file)
@@ -126,7 +126,7 @@ static int pci_mmcfg_write(unsigned int seg, unsigned int bus,
        return 0;
 }
 
-static const struct pci_raw_ops pci_mmcfg = {
+const struct pci_raw_ops pci_mmcfg = {
        .read =         pci_mmcfg_read,
        .write =        pci_mmcfg_write,
 };