mmc: sdhci: Make sdhci_set_clock() non static
authorFaiz Abbas <faiz_abbas@ti.com>
Mon, 10 Jun 2019 19:13:35 +0000 (00:43 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 15:12:08 +0000 (11:12 -0400)
commit3966c7d0060e7651f1f4e65349bc810426f61602
treeaba4f852240fd06cca43c1b01f585d0626b1ea66
parent3d296365e4e8823c7c0d4b568fa7accfae4bf895
mmc: sdhci: Make sdhci_set_clock() non static

The am654_sdhci driver needs to switch the clock off
before disabling its phy dll and needs to re-enable
the clock before enabling the phy again.

Therefore, make the sdhci_set_clock() function accessible
in the am654_sdhci driver.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/mmc/sdhci.c
include/sdhci.h