summaryrefslogtreecommitdiff
path: root/src/device/pciexp_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pciexp_device.c')
-rw-r--r--src/device/pciexp_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c
index d8ed5d9e3d..5e2709e38a 100644
--- a/src/device/pciexp_device.c
+++ b/src/device/pciexp_device.c
@@ -181,7 +181,7 @@ static void pciexp_enable_ltr(struct device *dev)
(void)_pciexp_enable_ltr(parent, parent_cap, dev, cap);
}
-static bool pciexp_get_ltr_max_latencies(struct device *dev, u16 *max_snoop, u16 *max_nosnoop)
+bool pciexp_get_ltr_max_latencies(struct device *dev, u16 *max_snoop, u16 *max_nosnoop)
{
/* Walk the hierarchy up to find get_ltr_max_latencies(). */
do {