Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 86ffa27f45682aa2a5736f665f400ad262ce5baf)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision d9f53877c83a2ddc2668567168e75a24406af55c)
@@ -114,5 +114,5 @@
 }
 
-static service_id_t tmpfs_device_get(fs_node_t *fn)
+static service_id_t tmpfs_service_get(fs_node_t *fn)
 {
 	return 0;
@@ -136,5 +136,5 @@
 	.is_directory = tmpfs_is_directory,
 	.is_file = tmpfs_is_file,
-	.device_get = tmpfs_device_get
+	.service_get = tmpfs_service_get
 };
 
