mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
mmc: sdhci-pci: Make function amd_sdhci_reset static
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>
This commit is contained in:
parent
d1807ad6b7
commit
38413ce39a
@ -1596,7 +1596,7 @@ static u32 sdhci_read_present_state(struct sdhci_host *host)
|
||||
return sdhci_readl(host, SDHCI_PRESENT_STATE);
|
||||
}
|
||||
|
||||
void amd_sdhci_reset(struct sdhci_host *host, u8 mask)
|
||||
static void amd_sdhci_reset(struct sdhci_host *host, u8 mask)
|
||||
{
|
||||
struct sdhci_pci_slot *slot = sdhci_priv(host);
|
||||
struct pci_dev *pdev = slot->chip->pdev;
|
||||
|
Loading…
Reference in New Issue
Block a user