mmc: sdhci-omap: make three functions static, fixes warnings
authorColin Ian King <colin.king@canonical.com>
Tue, 26 Sep 2017 14:55:46 +0000 (15:55 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 Oct 2017 06:18:11 +0000 (08:18 +0200)
commitddde0e7d950d912c8a75adfcd89134cca21b389b
tree866275f677058f177753bd0b485d6094e83cd970
parent8438964f35b1afa427767147ade58d44758c692d
mmc: sdhci-omap: make three functions static, fixes warnings

The functions sdhci_omap_set_ios, sdhci_omap_set_power and
sdhci_omap_get_min_clock are local to the source and do not need
to be in global scope, so make them static.

Cleans up sparse warnings:
symbol 'sdhci_omap_set_ios' was not declared. Should it be static?
symbol 'sdhci_omap_set_power' was not declared. Should it be static?
symbol 'sdhci_omap_get_min_clock' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-omap.c