]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/usb.c
dm: Drop the block_dev_desc_t typedef
[people/ms/u-boot.git] / cmd / usb.c
index c7b642c40af969885d0d782bcf010740e613f16f..5f3b06a6c6bcbab3cefeed69701242d92223b07e 100644 (file)
--- a/cmd/usb.c
+++ b/cmd/usb.c
@@ -625,7 +625,7 @@ static int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        int i;
        extern char usb_started;
 #ifdef CONFIG_USB_STORAGE
-       block_dev_desc_t *stor_dev;
+       struct blk_desc *stor_dev;
 #endif
 
        if (argc < 2)