Commit 30de038d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Ulf Hansson

mmc: sdhci-msm: add static to local functions

Detected by sparse.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 306d74d9
...@@ -611,7 +611,7 @@ static void msm_hc_select_hs400(struct sdhci_host *host) ...@@ -611,7 +611,7 @@ static void msm_hc_select_hs400(struct sdhci_host *host)
* HS400 - divided clock (free running MCLK/2) * HS400 - divided clock (free running MCLK/2)
* All other modes - default (free running MCLK) * All other modes - default (free running MCLK)
*/ */
void sdhci_msm_hc_select_mode(struct sdhci_host *host) static void sdhci_msm_hc_select_mode(struct sdhci_host *host)
{ {
struct mmc_ios ios = host->mmc->ios; struct mmc_ios ios = host->mmc->ios;
...@@ -1049,7 +1049,7 @@ static unsigned int sdhci_msm_get_min_clock(struct sdhci_host *host) ...@@ -1049,7 +1049,7 @@ static unsigned int sdhci_msm_get_min_clock(struct sdhci_host *host)
* instead directly control the GCC clock as per * instead directly control the GCC clock as per
* HW recommendation. * HW recommendation.
**/ **/
void __sdhci_msm_set_clock(struct sdhci_host *host, unsigned int clock) static void __sdhci_msm_set_clock(struct sdhci_host *host, unsigned int clock)
{ {
u16 clk; u16 clk;
/* /*
......
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