Merge "Revert "fs_mgr: correct warning on unused function parameter""
diff --git a/fs_mgr/fs_mgr.c b/fs_mgr/fs_mgr.c
index 2ba8017..6d9d20c 100644
--- a/fs_mgr/fs_mgr.c
+++ b/fs_mgr/fs_mgr.c
@@ -821,7 +821,7 @@
 /* Add an entry to the fstab, and return 0 on success or -1 on error */
 int fs_mgr_add_entry(struct fstab *fstab,
                      const char *mount_point, const char *fs_type,
-                     const char *blk_device, long long length  __attribute__(unused))
+                     const char *blk_device, long long length)
 {
     struct fstab_rec *new_fstab_recs;
     int n = fstab->num_entries;