Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 61eb2ce2769cc7e957b2ee93ca59919d895a7999)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 7c2a3c70963fbd19c92fc0ad00df390de519f44d)
@@ -38,5 +38,4 @@
 
 #include "tmpfs.h"
-#include "../../vfs/vfs.h"
 #include <macros.h>
 #include <stdint.h>
@@ -159,5 +158,6 @@
 }
 
-static bool nodes_key_equal(const void *key_arg, const ht_link_t *item)
+static bool nodes_key_equal(const void *key_arg, size_t hash,
+    const ht_link_t *item)
 {
 	tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
