dm: Drop the block_dev_desc_t typedef
[oweals/u-boot.git] / common / spl / spl_usb.c
index 588b85c4a5638fdb0853d00bd986c8c21948f1d6..c42848e6fc84800bc2a5f49e3380af37b16a924f 100644 (file)
@@ -25,7 +25,7 @@ static int usb_stor_curr_dev = -1; /* current device */
 int spl_usb_load_image(void)
 {
        int err;
-       block_dev_desc_t *stor_dev;
+       struct blk_desc *stor_dev;
 
        usb_stop();
        err = usb_init();