Index: uspace/drv/bus/adb/cuda_adb/main.c
===================================================================
--- uspace/drv/bus/adb/cuda_adb/main.c	(revision 81b9d3ed6af6996e5039aa44755f6f7a9b396e2f)
+++ uspace/drv/bus/adb/cuda_adb/main.c	(revision 2fd26bbb5577f592b70747a25fba122b01bb9559)
@@ -68,5 +68,5 @@
 	int rc;
 
-	parent_sess = ddf_dev_parent_sess_create(dev);
+	parent_sess = ddf_dev_parent_sess_get(dev);
 	if (parent_sess == NULL)
 		return ENOMEM;
Index: uspace/drv/bus/isa/isa.c
===================================================================
--- uspace/drv/bus/isa/isa.c	(revision 81b9d3ed6af6996e5039aa44755f6f7a9b396e2f)
+++ uspace/drv/bus/isa/isa.c	(revision 2fd26bbb5577f592b70747a25fba122b01bb9559)
@@ -643,5 +643,5 @@
 	list_initialize(&isa->functions);
 
-	sess = ddf_dev_parent_sess_create(dev);
+	sess = ddf_dev_parent_sess_get(dev);
 	if (sess == NULL) {
 		ddf_msg(LVL_ERROR, "isa_dev_add failed to connect to the "
Index: uspace/drv/bus/pci/pciintel/pci.c
===================================================================
--- uspace/drv/bus/pci/pciintel/pci.c	(revision 81b9d3ed6af6996e5039aa44755f6f7a9b396e2f)
+++ uspace/drv/bus/pci/pciintel/pci.c	(revision 2fd26bbb5577f592b70747a25fba122b01bb9559)
@@ -683,5 +683,5 @@
 	bus->dnode = dnode;
 	
-	sess = ddf_dev_parent_sess_create(dnode);
+	sess = ddf_dev_parent_sess_get(dnode);
 	if (sess == NULL) {
 		ddf_msg(LVL_ERROR, "pci_dev_add failed to connect to the "
