[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080413181547.GG2182@cs181133002.pp.htv.fi>
Date: Sun, 13 Apr 2008 21:15:47 +0300
From: Adrian Bunk <bunk@...nel.org>
To: drzeus-mmc@...eus.cx
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] make __mmc_release_bus() static
This patch makes the needlessly global __mmc_release_bus() static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
383b3e66d17cbfd77a157e59983cb576a5a5259a diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index b966674..ab91b02 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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists