mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
dm: sandbox: Drop the host_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:
@ -44,7 +44,7 @@ const struct block_drvr block_drvr[] = {
|
||||
{ .name = "ace", },
|
||||
#endif
|
||||
#if defined(CONFIG_SANDBOX)
|
||||
{ .name = "host", .get_dev = host_get_dev, },
|
||||
{ .name = "host", },
|
||||
#endif
|
||||
{ },
|
||||
};
|
||||
|
Reference in New Issue
Block a user