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)
commit519c51af0d176aef90ba9d3266cccbbb09e68d0c
tree6937b44a25f0b0e1ad787cb0b85e6816f9ffd851
parent085cc3ab39d44ccb0ee051b0bc58f4dd0c0cbfaf
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