summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:21 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commit38bd29beaaf51f92d986ef63e5539f0bd0d371d8 (patch)
tree6567c172d075f6e1dd59be5b482042f6122552ed
parentf1d86fd3b15c2af53964d948c72c9a0a63511927 (diff)
downloadtalos-obmc-uboot-38bd29beaaf51f92d986ef63e5539f0bd0d371d8.tar.gz
talos-obmc-uboot-38bd29beaaf51f92d986ef63e5539f0bd0d371d8.zip
dm: part: Drop the get_dev() method
This is now handled by the legacy block driver. The get_dev() method is no-longer used. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--include/part.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/part.h b/include/part.h
index 47f5bafd63..bc9dc64912 100644
--- a/include/part.h
+++ b/include/part.h
@@ -12,7 +12,6 @@
struct block_drvr {
char *name;
- struct blk_desc* (*get_dev)(int dev);
int (*select_hwpart)(int dev_num, int hwpart);
};
OpenPOWER on IntegriCloud