Home
last modified time | relevance | path

Searched hist:"519 c51af0d176aef90ba9d3266cccbbb09e68d0c" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-of-at91.cdiff 519c51af0d176aef90ba9d3266cccbbb09e68d0c Tue Oct 03 12:06:36 CEST 2017 Colin Ian King <colin.king@canonical.com> 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>