diff options
Diffstat (limited to 'drivers/mmc/core/core.c')
-rw-r--r-- | drivers/mmc/core/core.c | 2 |
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 | */ |
1481 | static void mmc_power_up(struct mmc_host *host) | 1481 | void mmc_power_up(struct mmc_host *host) |
1482 | { | 1482 | { |
1483 | int bit; | 1483 | int bit; |
1484 | 1484 | ||