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

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
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment