summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-09-26 15:55:46 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2017-10-02 08:18:11 +0200
commitddde0e7d950d912c8a75adfcd89134cca21b389b (patch)
tree866275f677058f177753bd0b485d6094e83cd970 /drivers/regulator
parent8438964f35b1afa427767147ade58d44758c692d (diff)
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>
Diffstat (limited to 'drivers/regulator')
0 files changed, 0 insertions, 0 deletions