diff options
-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 b96667448eb5..ab91b02b2bff 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c | |||
@@ -516,7 +516,7 @@ static void mmc_power_off(struct mmc_host *host) | |||
516 | /* | 516 | /* |
517 | * Cleanup when the last reference to the bus operator is dropped. | 517 | * Cleanup when the last reference to the bus operator is dropped. |
518 | */ | 518 | */ |
519 | void __mmc_release_bus(struct mmc_host *host) | 519 | static void __mmc_release_bus(struct mmc_host *host) |
520 | { | 520 | { |
521 | BUG_ON(!host); | 521 | BUG_ON(!host); |
522 | BUG_ON(host->bus_refs); | 522 | BUG_ON(host->bus_refs); |