mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
57ebf67bad
commit
74001a2570
3 changed files with 1 additions and 10 deletions
|
@ -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, },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue