mmc: sdhci: make sdhci_get_cd static
authorBaruch Siach <baruch@tkos.co.il>
Sun, 3 Nov 2019 10:00:27 +0000 (12:00 +0200)
committerPeng Fan <peng.fan@nxp.com>
Wed, 27 Nov 2019 08:55:19 +0000 (16:55 +0800)
commit1b716952280082826e2c203c16db943c00b59640
tree5358210e9e472ceb9fe7df8b3a4bddd89f98c333
parent4b19b89ca4a866b7baa642533e6dbd67cd832d27
mmc: sdhci: make sdhci_get_cd static

sdhci_get_cd() is not referenced anywhere else. Limit its scope to
sdhci.c.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
drivers/mmc/sdhci.c