mmc: sdhci-pci: Make function amd_sdhci_reset static
authorzhengbin <zhengbin13@huawei.com>
Fri, 4 Oct 2019 09:44:20 +0000 (17:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2020 12:35:12 +0000 (04:35 -0800)
commit73031a617ac3e6157e117aeb33225debddc3690b
treeac29d57fe741b34696af45dfc8614746b52de09b
parentaf823232b0187b88d39575a76c5a59dbc746fc89
mmc: sdhci-pci: Make function amd_sdhci_reset static

commit 38413ce39a4bd908c02257cd2f9e0c92b27886f4 upstream.

Fix sparse warnings:

drivers/mmc/host/sdhci-pci-core.c:1599:6: warning: symbol 'amd_sdhci_reset' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/host/sdhci-pci-core.c