summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-13 21:15:47 +0300
committerPierre Ossman <drzeus@drzeus.cx>2008-04-18 20:05:32 +0200
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 b96667448eb..ab91b02b2bf 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)
/*
* Cleanup when the last reference to the bus operator is dropped.
*/
-void __mmc_release_bus(struct mmc_host *host)
+static void __mmc_release_bus(struct mmc_host *host)
{
BUG_ON(!host);
BUG_ON(host->bus_refs);