Commit 51b2fcef authored by Sachin Kamat's avatar Sachin Kamat Committed by Chris Ball
Browse files

mmc: sdhci-bcm2835: Staticize bcm2835_sdhci_get_min_clock



'bcm2835_sdhci_get_min_clock' is used only in this file.
Make it static.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 6d1d6b47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ static u8 bcm2835_sdhci_readb(struct sdhci_host *host, int reg)
	return byte;
}

unsigned int bcm2835_sdhci_get_min_clock(struct sdhci_host *host)
static unsigned int bcm2835_sdhci_get_min_clock(struct sdhci_host *host)
{
	return MIN_FREQ;
}