summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:16 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commitedd82ab3547e27b4c1ab1ee7e620f982db9126ad (patch)
tree11971a5c4599e85063b6bf1d46528d78491e6318 /include
parent3c457f4d2e47cc91385abe15d3c825d0ce1a2b6f (diff)
downloadtalos-obmc-uboot-edd82ab3547e27b4c1ab1ee7e620f982db9126ad.tar.gz
talos-obmc-uboot-edd82ab3547e27b4c1ab1ee7e620f982db9126ad.zip
dm: scsi: 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
1 files changed, 0 insertions, 2 deletions
diff --git a/include/part.h b/include/part.h
index 1535930b90..ecb049f9a8 100644
--- a/include/part.h
+++ b/include/part.h
@@ -74,7 +74,6 @@ typedef struct disk_partition {
*/
struct blk_desc *blk_get_dev(const char *ifname, int dev);
struct blk_desc *sata_get_dev(int dev);
-struct blk_desc *scsi_get_dev(int dev);
/**
* mmc_select_hwpart() - Select the MMC hardware partiion on an MMC device
@@ -173,7 +172,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 struct blk_desc *sata_get_dev(int dev) { return NULL; }
-static inline struct blk_desc *scsi_get_dev(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; }
OpenPOWER on IntegriCloud