summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:18 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commitf6d000edbeaddfe8e5b5e3be9fd3f6c76fdff6d2 (patch)
tree1bcd5e9711b5552cf9ae398c7497d2fbf88a0932 /disk
parent4e7189d4d8c2ab46c4c580ae300c14d1a9c20b11 (diff)
downloadblackbird-obmc-uboot-f6d000edbeaddfe8e5b5e3be9fd3f6c76fdff6d2.tar.gz
blackbird-obmc-uboot-f6d000edbeaddfe8e5b5e3be9fd3f6c76fdff6d2.zip
dm: systemace: 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>
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 4fc774bb97..28c870664d 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -41,7 +41,7 @@ const struct block_drvr block_drvr[] = {
},
#endif
#if defined(CONFIG_SYSTEMACE)
- { .name = "ace", .get_dev = systemace_get_dev, },
+ { .name = "ace", },
#endif
#if defined(CONFIG_SANDBOX)
{ .name = "host", .get_dev = host_get_dev, },
OpenPOWER on IntegriCloud