Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 261172fd authored by Adrian Bunk's avatar Adrian Bunk Committed by Pierre Ossman
Browse files

mmc: make __mmc_release_bus() static



This patch makes the needlessly global __mmc_release_bus() static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 0b82684c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);