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: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
Sachin Kamat 2013-06-26 11:57:01 +05:30 committed by Chris Ball
parent 6d1d6b4759
commit 51b2fcef49
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}