[PATCH v5 2/6] PCI: Export pci_set_target_speed()
Krishna Chaitanya Chundru
krishna.chundru at oss.qualcomm.com
Wed Aug 19 06:25:53 PDT 2026
Export pci_set_target_speed() so that other kernel drivers can use it
to change the PCIe data rate.
Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru at oss.qualcomm.com>
Acked-by: Ilpo Järvinen <ilpo.jarvinen at linux.intel.com>
---
drivers/pci/pcie/bwctrl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pci/pcie/bwctrl.c b/drivers/pci/pcie/bwctrl.c
index 6fa1522c47db..a337f166465e 100644
--- a/drivers/pci/pcie/bwctrl.c
+++ b/drivers/pci/pcie/bwctrl.c
@@ -239,6 +239,7 @@ int pcie_set_target_speed(struct pci_dev *port, enum pci_bus_speed speed_req,
return ret;
}
+EXPORT_SYMBOL_GPL(pcie_set_target_speed);
static void pcie_bwnotif_enable(struct pcie_device *srv)
{
--
2.34.1
More information about the ath11k
mailing list