Index: uspace/lib/usbvirt/src/device.c
===================================================================
--- uspace/lib/usbvirt/src/device.c	(revision a9d85df9ee126de8f372c5cec3a11408064ec8ce)
+++ uspace/lib/usbvirt/src/device.c	(revision a9abe5fc26f08c64433355741f665bc2b7db4789)
@@ -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;
