summaryrefslogtreecommitdiffstats
path: root/include/part.h
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 /include/part.h
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 'include/part.h')
-rw-r--r--include/part.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/part.h b/include/part.h
index 74bb5d6f96..3b59139f14 100644
--- a/include/part.h
+++ b/include/part.h
@@ -91,7 +91,6 @@ struct blk_desc *blk_get_dev(const char *ifname, int dev);
* @return 0 if OK, other value for an error
*/
int mmc_select_hwpart(int dev_num, int hwpart);
-struct blk_desc *systemace_get_dev(int dev);
struct blk_desc *mg_disk_get_dev(int dev);
struct blk_desc *host_get_dev(int dev);
int host_get_dev_err(int dev, struct blk_desc **blk_devp);
@@ -171,7 +170,6 @@ extern const struct block_drvr block_drvr[];
static inline struct blk_desc *blk_get_dev(const char *ifname, int dev)
{ return NULL; }
static inline int mmc_select_hwpart(int dev_num, int hwpart) { return -1; }
-static inline struct blk_desc *systemace_get_dev(int dev) { return NULL; }
static inline struct blk_desc *mg_disk_get_dev(int dev) { return NULL; }
static inline struct blk_desc *host_get_dev(int dev) { return NULL; }
OpenPOWER on IntegriCloud