mmc: sdhci-bcm2835: Staticize bcm2835_sdhci_get_min_clock
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 26 Jun 2013 06:27:01 +0000 (11:57 +0530)
committerChris Ball <cjb@laptop.org>
Sun, 25 Aug 2013 01:37:55 +0000 (21:37 -0400)
'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>
drivers/mmc/host/sdhci-bcm2835.c

index 0584a1c..36fa2df 100644 (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;
 }