Index: uspace/srv/devman/match.c
===================================================================
--- uspace/srv/devman/match.c	(revision 4006447f76b2458440272197d0fda72d4caecbe8)
+++ uspace/srv/devman/match.c	(revision ba38f72c42c9129c508de54a7347d6b9cd719a78)
@@ -57,8 +57,8 @@
 }
 
-int get_match_score(driver_t *drv, node_t *dev)
+int get_match_score(driver_t *drv, dev_node_t *dev)
 {
 	link_t *drv_head = &drv->match_ids.ids;
-	link_t *dev_head = &dev->match_ids.ids;
+	link_t *dev_head = &dev->pfun->match_ids.ids;
 	
 	if (list_empty(drv_head) || list_empty(dev_head))
