]> git.sur5r.net Git - u-boot/blobdiff - fs/ubifs/ubifs.c
dm: Drop the block_dev_desc_t typedef
[u-boot] / fs / ubifs / ubifs.c
index a992a00c8f272727d6058b2e8079830d9d7c73b7..168ae2b697b0d8ee6277a53dfd9cc1bc3512ae0f 100644 (file)
@@ -561,7 +561,7 @@ static unsigned long ubifs_findfile(struct super_block *sb, char *filename)
        return 0;
 }
 
-int ubifs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info)
+int ubifs_set_blk_dev(struct blk_desc *rbdd, disk_partition_t *info)
 {
        if (rbdd) {
                debug("UBIFS cannot be used with normal block devices\n");