summaryrefslogtreecommitdiffstats
path: root/disk/part.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:15 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commit3c457f4d2e47cc91385abe15d3c825d0ce1a2b6f (patch)
treed2b388a60f961ec40b4ba25ddfef6503fe679c21 /disk/part.c
parent74001a2570ccbc120366e66dd40e8c66e3a6820c (diff)
downloadblackbird-obmc-uboot-3c457f4d2e47cc91385abe15d3c825d0ce1a2b6f.tar.gz
blackbird-obmc-uboot-3c457f4d2e47cc91385abe15d3c825d0ce1a2b6f.zip
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>
Diffstat (limited to 'disk/part.c')
-rw-r--r--disk/part.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/disk/part.c b/disk/part.c
index bf224b2c52..e70bef5aab 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -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
OpenPOWER on IntegriCloud