commit | 519c51af0d176aef90ba9d3266cccbbb09e68d0c | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Oct 03 11:06:36 2017 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Oct 30 11:46:01 2017 +0100 |
tree | 6937b44a25f0b0e1ad787cb0b85e6816f9ffd851 | |
parent | 085cc3ab39d44ccb0ee051b0bc58f4dd0c0cbfaf [diff] |
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>