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:
Simon Glass
2016-05-01 11:36:20 -06:00
parent ae9ffccdac
commit f1d86fd3b1
3 changed files with 1 additions and 13 deletions

View File

@ -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
{ },
};