diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sh_mmcif.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/host/sh_mmcif.c b/drivers/mmc/host/sh_mmcif.c index 35f61cc3a392..ac8e109ac843 100644 --- a/drivers/mmc/host/sh_mmcif.c +++ b/drivers/mmc/host/sh_mmcif.c | |||
@@ -956,11 +956,8 @@ static int sh_mmcif_clk_update(struct sh_mmcif_host *host) | |||
956 | 956 | ||
957 | static void sh_mmcif_set_power(struct sh_mmcif_host *host, struct mmc_ios *ios) | 957 | static void sh_mmcif_set_power(struct sh_mmcif_host *host, struct mmc_ios *ios) |
958 | { | 958 | { |
959 | struct sh_mmcif_plat_data *pd = host->pd->dev.platform_data; | ||
960 | struct mmc_host *mmc = host->mmc; | 959 | struct mmc_host *mmc = host->mmc; |
961 | 960 | ||
962 | if (pd && pd->set_pwr) | ||
963 | pd->set_pwr(host->pd, ios->power_mode != MMC_POWER_OFF); | ||
964 | if (!IS_ERR(mmc->supply.vmmc)) | 961 | if (!IS_ERR(mmc->supply.vmmc)) |
965 | /* Errors ignored... */ | 962 | /* Errors ignored... */ |
966 | mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, | 963 | mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, |