Index: uspace/lib/usbvirt/src/device.c
===================================================================
--- uspace/lib/usbvirt/src/device.c	(revision a9d85df9ee126de8f372c5cec3a11408064ec8ce)
+++ uspace/lib/usbvirt/src/device.c	(revision 5e0427e81c3c2cc2b72f2a1e775d48424eae228e)
@@ -87,5 +87,5 @@
 	
 	devman_handle_t handle;
-	int rc = devman_device_get_handle(vhc_path, &handle, 0);
+	int rc = devman_fun_get_handle(vhc_path, &handle, 0);
 	if (rc != EOK)
 		return rc;
