OSDN Git Service

release-request-91ef8626-1af7-4595-b2bd-2d85ee97e99f-for-git_oc-mr1-release-4029936...
[android-x86/system-extras.git] / boot_control_copy / bootinfo.c
index 66ccba2..dbc0757 100644 (file)
@@ -43,7 +43,7 @@ static struct fstab *open_fstab(void)
   if (fstab != NULL)
     return fstab;
 
-  fstab = fs_mgr_read_fstab_with_dt("/fstab.device");
+  fstab = fs_mgr_read_fstab("/fstab.device");
   return fstab;
 }