summaryrefslogtreecommitdiff
path: root/lib/igt_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_device.c')
-rw-r--r--lib/igt_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_device.c b/lib/igt_device.c
index 07bb0a0d..c50bf4a1 100644
--- a/lib/igt_device.c
+++ b/lib/igt_device.c
@@ -193,7 +193,7 @@ static struct pci_device *__igt_device_get_pci_device(int fd)
return NULL;
}
- if (pci_system_init()) {
+ if (igt_pci_system_init()) {
igt_warn("Couldn't initialize PCI system\n");
return NULL;
}