dm: scsi: 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:
@@ -29,7 +29,7 @@ const struct block_drvr block_drvr[] = {
|
||||
{.name = "sata", .get_dev = sata_get_dev, },
|
||||
#endif
|
||||
#if defined(CONFIG_SCSI)
|
||||
{ .name = "scsi", .get_dev = scsi_get_dev, },
|
||||
{ .name = "scsi", },
|
||||
#endif
|
||||
#if defined(CONFIG_CMD_USB) && defined(CONFIG_USB_STORAGE)
|
||||
{ .name = "usb", },
|
||||
|
||||
Reference in New Issue
Block a user