Index: uspace/srv/devman/devtree.c
===================================================================
--- uspace/srv/devman/devtree.c	(revision c3d9aaf561afb8b493c3460b1898f33b5499c920)
+++ uspace/srv/devman/devtree.c	(revision 597fa246c9481b40ae4d512256c4ceea4506b215)
@@ -32,5 +32,4 @@
  */
 
-#include <errno.h>
 #include <io/log.h>
 
@@ -61,5 +60,5 @@
 }
 
-static bool devman_devices_key_equal(const void *key, const ht_link_t *item)
+static bool devman_devices_key_equal(const void *key, size_t hash, const ht_link_t *item)
 {
 	const devman_handle_t *handle = key;
@@ -68,5 +67,5 @@
 }
 
-static bool devman_functions_key_equal(const void *key, const ht_link_t *item)
+static bool devman_functions_key_equal(const void *key, size_t hash, const ht_link_t *item)
 {
 	const devman_handle_t *handle = key;
@@ -87,5 +86,5 @@
 }
 
-static bool loc_functions_key_equal(const void *key, const ht_link_t *item)
+static bool loc_functions_key_equal(const void *key, size_t hash, const ht_link_t *item)
 {
 	const service_id_t *service_id = key;
