Message ID | 20210420061723.989-3-jianjun.wang@mediatek.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | PCI: mediatek: Add new generation controller support | expand |
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 16a17215f633..09f1714e23be 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -4052,6 +4052,7 @@ phys_addr_t pci_pio_to_address(unsigned long pio) return address; } +EXPORT_SYMBOL_GPL(pci_pio_to_address); unsigned long __weak pci_address_to_pio(phys_addr_t address) {