aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-13 14:15:47 -0400
committerPierre Ossman <drzeus@drzeus.cx>2008-04-18 14:05:32 -0400
commit261172fd1b23769bc7632047e2cb826c9b8b1a50 (patch)
tree183b05b1f0b0ded8bd16c922b532e58531159543 /drivers/mmc
parent0b82684c3c19aff092bb303959a31dbe5c965922 (diff)
mmc: make __mmc_release_bus() static
This patch makes the needlessly global __mmc_release_bus() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc')
-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 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 */
519void __mmc_release_bus(struct mmc_host *host) 519static 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);