aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorBalaji T K <balajitk@ti.com>2013-10-20 14:55:22 -0400
committerChris Ball <cjb@laptop.org>2013-10-30 20:26:22 -0400
commit6a6caac6debac9c63a3a77269db8820b81bec143 (patch)
tree6833a25eb83fb1608cd2d04b5c66abbe94d016ad /drivers/mmc
parented164182154d11589a33710a9d04eafd6215d6e5 (diff)
mmc: omap_hsmmc: remove unused no_off
With lazy disable gone, no_off is not used any more in omap_hsmmc Signed-off-by: Balaji T K <balajitk@ti.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/omap_hsmmc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index fbd2d89017a9..540dead767b9 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -1827,13 +1827,6 @@ static int omap_hsmmc_probe(struct platform_device *pdev)
1827 1827
1828 mmc->ops = &omap_hsmmc_ops; 1828 mmc->ops = &omap_hsmmc_ops;
1829 1829
1830 /*
1831 * If regulator_disable can only put vcc_aux to sleep then there is
1832 * no off state.
1833 */
1834 if (mmc_slot(host).vcc_aux_disable_is_sleep)
1835 mmc_slot(host).no_off = 1;
1836
1837 mmc->f_min = OMAP_MMC_MIN_CLOCK; 1830 mmc->f_min = OMAP_MMC_MIN_CLOCK;
1838 1831
1839 if (pdata->max_freq > 0) 1832 if (pdata->max_freq > 0)