mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
dm: ide: 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:
@@ -23,7 +23,7 @@
|
||||
|
||||
const struct block_drvr block_drvr[] = {
|
||||
#if defined(CONFIG_CMD_IDE)
|
||||
{ .name = "ide", .get_dev = ide_get_dev, },
|
||||
{ .name = "ide", },
|
||||
#endif
|
||||
#if defined(CONFIG_CMD_SATA)
|
||||
{.name = "sata", .get_dev = sata_get_dev, },
|
||||
|
Reference in New Issue
Block a user