summaryrefslogtreecommitdiffstats
path: root/include
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
parent4e7189d4d8c2ab46c4c580ae300c14d1a9c20b11 (diff)
downloadtalos-obmc-uboot-f6d000edbeaddfe8e5b5e3be9fd3f6c76fdff6d2.tar.gz
talos-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')
-rw-r--r--include/part.h2
-rw-r--r--include/systemace.h7
2 files changed, 0 insertions, 9 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; }
diff --git a/include/systemace.h b/include/systemace.h
index 3b6ec7da4b..bccb2a2ddf 100644
--- a/include/systemace.h
+++ b/include/systemace.h
@@ -7,11 +7,4 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#ifdef CONFIG_SYSTEMACE
-
-# include <part.h>
-
-struct blk_desc *systemace_get_dev(int dev);
-
-#endif /* CONFIG_SYSTEMACE */
#endif /* __SYSTEMACE_H */
OpenPOWER on IntegriCloud