]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-of-at91: make function sdhci_at91_set_uhs_signaling static
authorColin Ian King <colin.king@canonical.com>
Tue, 3 Oct 2017 10:06:36 +0000 (11:06 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 30 Oct 2017 10:46:01 +0000 (11:46 +0100)
commit2db4e757207b13cefd371ac941bbf2a4f6ced793
tree6937b44a25f0b0e1ad787cb0b85e6816f9ffd851
parent0b9db5eaf9a951a8e6adaa4b59faa4865f949694
mmc: sdhci-of-at91: make function sdhci_at91_set_uhs_signaling static

The function sdhci_at91_set_uhs_signaling  is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'sdhci_at91_set_uhs_signaling' 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-of-at91.c