]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/reiser.c
dm: Drop the block_dev_desc_t typedef
[people/ms/u-boot.git] / cmd / reiser.c
index 887156486a136af8235e8d25b54f582c0ecd7ca4..1cca5eb6581bcc830f20fa06f7f047aa565525ef 100644 (file)
@@ -34,7 +34,7 @@ int do_reiserls (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        char *filename = "/";
        int dev, part;
-       block_dev_desc_t *dev_desc=NULL;
+       struct blk_desc *dev_desc = NULL;
        disk_partition_t info;
 
        if (argc < 3)
@@ -82,7 +82,7 @@ int do_reiserload (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        int dev, part;
        ulong addr = 0, filelen;
        disk_partition_t info;
-       block_dev_desc_t *dev_desc = NULL;
+       struct blk_desc *dev_desc = NULL;
        unsigned long count;
        char *addr_str;