|
@@ -956,11 +956,8 @@ static int sh_mmcif_clk_update(struct sh_mmcif_host *host)
|
|
|
|
|
|
static void sh_mmcif_set_power(struct sh_mmcif_host *host, struct mmc_ios *ios)
|
|
|
{
|
|
|
- struct sh_mmcif_plat_data *pd = host->pd->dev.platform_data;
|
|
|
struct mmc_host *mmc = host->mmc;
|
|
|
|
|
|
- if (pd && pd->set_pwr)
|
|
|
- pd->set_pwr(host->pd, ios->power_mode != MMC_POWER_OFF);
|
|
|
if (!IS_ERR(mmc->supply.vmmc))
|
|
|
/* Errors ignored... */
|
|
|
mmc_regulator_set_ocr(mmc, mmc->supply.vmmc,
|