Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 736c164f56cd1cac7084f1032aaca53396bc3c3f)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 94b0b63011903c506f059fe7fcc4594838f3ac99)
@@ -71,5 +71,5 @@
 /* Forward declarations of static functions. */
 static void *tmpfs_match(void *, const char *);
-static void *tmpfs_node_get(fs_handle_t, dev_handle_t, fs_index_t);
+static void *tmpfs_node_get(dev_handle_t, fs_index_t);
 static void *tmpfs_create_node(int);
 static bool tmpfs_link_node(void *, void *, const char *);
@@ -267,5 +267,5 @@
 
 void *
-tmpfs_node_get(fs_handle_t fs_handle, dev_handle_t dev_handle, fs_index_t index)
+tmpfs_node_get(dev_handle_t dev_handle, fs_index_t index)
 {
 	unsigned long key = index;
