summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:20 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commitf1d86fd3b15c2af53964d948c72c9a0a63511927 (patch)
treecacd025a74d82201ab3f0bc218d7ac1d2d709682 /disk
parentae9ffccdac12b21ad55401d8554b5d835c9c8f22 (diff)
downloadtalos-obmc-uboot-f1d86fd3b15c2af53964d948c72c9a0a63511927.tar.gz
talos-obmc-uboot-f1d86fd3b15c2af53964d948c72c9a0a63511927.zip
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>
Diffstat (limited to 'disk')
-rw-r--r--disk/part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/part.c b/disk/part.c
index 28c870664d..e635d90864 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -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
{ },
};
OpenPOWER on IntegriCloud