dm: Drop the block_dev_desc_t typedef
[oweals/u-boot.git] / cmd / disk.c
index 3025225c764264a899d2ecd40e4081ccbc713228..c53c2a2dbfeac9aad6509e77452bb3a91bef9cc1 100644 (file)
@@ -20,7 +20,7 @@ int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,
 #if defined(CONFIG_IMAGE_FORMAT_LEGACY)
        image_header_t *hdr;
 #endif
-       block_dev_desc_t *dev_desc;
+       struct blk_desc *dev_desc;
 
 #if defined(CONFIG_FIT)
        const void *fit_hdr = NULL;