aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 447e83472c01..847e0c35cdb7 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -2169,7 +2169,7 @@ EXPORT_SYMBOL(pci_disable_obff);
2169 * RETURNS: 2169 * RETURNS:
2170 * True if @dev supports latency tolerance reporting, false otherwise. 2170 * True if @dev supports latency tolerance reporting, false otherwise.
2171 */ 2171 */
2172bool pci_ltr_supported(struct pci_dev *dev) 2172static bool pci_ltr_supported(struct pci_dev *dev)
2173{ 2173{
2174 int pos; 2174 int pos;
2175 u32 cap; 2175 u32 cap;
@@ -2185,7 +2185,6 @@ bool pci_ltr_supported(struct pci_dev *dev)
2185 2185
2186 return cap & PCI_EXP_DEVCAP2_LTR; 2186 return cap & PCI_EXP_DEVCAP2_LTR;
2187} 2187}
2188EXPORT_SYMBOL(pci_ltr_supported);
2189 2188
2190/** 2189/**
2191 * pci_enable_ltr - enable latency tolerance reporting 2190 * pci_enable_ltr - enable latency tolerance reporting