aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/core/core.c')
-rw-r--r--drivers/mmc/core/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index d856871ed6cb..dc0cb5929c64 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -1478,7 +1478,7 @@ void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type)
1478 * If a host does all the power sequencing itself, ignore the 1478 * If a host does all the power sequencing itself, ignore the
1479 * initial MMC_POWER_UP stage. 1479 * initial MMC_POWER_UP stage.
1480 */ 1480 */
1481static void mmc_power_up(struct mmc_host *host) 1481void mmc_power_up(struct mmc_host *host)
1482{ 1482{
1483 int bit; 1483 int bit;
1484 1484