dm: mmc: 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:
@@ -37,7 +37,6 @@ const struct block_drvr block_drvr[] = {
|
||||
#if defined(CONFIG_MMC)
|
||||
{
|
||||
.name = "mmc",
|
||||
.get_dev = mmc_get_dev,
|
||||
.select_hwpart = mmc_select_hwpart,
|
||||
},
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user