diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-01 13:52:29 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-17 09:54:43 -0600 |
commit | 69f45cd53b8ad8bc3afef2cf2410baf58fe75a6f (patch) | |
tree | a0272956d8da3a10f70ed60da94becfdf6c92f8f /include | |
parent | 0776167ec5541a2b4fa099dfea5a1aad2d4b7c72 (diff) | |
download | u-boot-69f45cd53b8ad8bc3afef2cf2410baf58fe75a6f.tar.gz |
dm: mmc: Use the new select_hwpart() API
Avoid calling directly into the MMC code - use the new API call instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/mmc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mmc.h b/include/mmc.h index 36449c34ea..f01674d9fc 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -415,7 +415,6 @@ struct mmc *find_mmc_device(int dev_num); int mmc_set_dev(int dev_num); void print_mmc_devices(char separator); int get_mmc_num(void); -int mmc_switch_part(int dev_num, unsigned int part_num); int mmc_hwpart_config(struct mmc *mmc, const struct mmc_hwpart_conf *conf, enum mmc_hwpart_conf_mode mode); int mmc_getcd(struct mmc *mmc); |