dm: usb: Drop the get_dev() function
This function is implemented by the legacy block functions now. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -32,7 +32,7 @@ const struct block_drvr block_drvr[] = {
|
||||
{ .name = "scsi", .get_dev = scsi_get_dev, },
|
||||
#endif
|
||||
#if defined(CONFIG_CMD_USB) && defined(CONFIG_USB_STORAGE)
|
||||
{ .name = "usb", .get_dev = usb_stor_get_dev, },
|
||||
{ .name = "usb", },
|
||||
#endif
|
||||
#if defined(CONFIG_MMC)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user