Index: uspace/srv/fs/fat/fat_ops.c
===================================================================
--- uspace/srv/fs/fat/fat_ops.c	(revision dc6b1488002a77ead533c7f3333fec8d6503cc42)
+++ uspace/srv/fs/fat/fat_ops.c	(revision 5f509ccd80907563be77bd33ac21c57159abdb9b)
@@ -90,5 +90,5 @@
 static bool fat_is_directory(fs_node_t *);
 static bool fat_is_file(fs_node_t *node);
-static service_id_t fat_device_get(fs_node_t *node);
+static service_id_t fat_service_get(fs_node_t *node);
 
 /*
@@ -838,5 +838,5 @@
 }
 
-service_id_t fat_device_get(fs_node_t *node)
+service_id_t fat_service_get(fs_node_t *node)
 {
 	return 0;
@@ -860,5 +860,5 @@
 	.is_directory = fat_is_directory,
 	.is_file = fat_is_file,
-	.device_get = fat_device_get
+	.service_get = fat_service_get
 };
 
