dm: Drop the block_dev_desc_t typedef
[oweals/u-boot.git] / fs / sandbox / sandboxfs.c
index 5acfc03704a9b35d9f823637ffac86e06f051208..2703eed2088b44164d03c6ab5e4d6904c226e28a 100644 (file)
@@ -8,10 +8,10 @@
 #include <fs.h>
 #include <os.h>
 
-int sandbox_fs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info)
+int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, disk_partition_t *info)
 {
        /*
-        * Only accept a NULL block_dev_desc_t for the sandbox, which is when
+        * Only accept a NULL struct blk_desc for the sandbox, which is when
         * hostfs interface is used
         */
        return rbdd != NULL;