commit | 1771059cf5f9c09e37ef6315df8acf120f2642fc | [log] [tgz] |
---|---|---|
author | Russell King <[email protected]> | Fri Apr 25 12:58:55 2014 +0100 |
committer | Chris Ball <[email protected]> | Thu May 22 07:26:32 2014 -0400 |
tree | 5d0a909b2834d01fd251697b25a5fb3a24ca222b | |
parent | 1650d0c71a209c7d6bdddda8a7e187c537ceb71a [diff] [blame] |
mmc: sdhci: convert sdhci_set_clock() into a library function Signed-off-by: Russell King <[email protected]> Tested-by: Markus Pargmann <[email protected]> Tested-by: Stephen Warren <[email protected]> Signed-off-by: Ulf Hansson <[email protected]> Signed-off-by: Chris Ball <[email protected]>
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 87f9dd9..b3a28f6 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c
@@ -1078,6 +1078,7 @@ } static const struct sdhci_ops sdhci_pci_ops = { + .set_clock = sdhci_set_clock, .enable_dma = sdhci_pci_enable_dma, .set_bus_width = sdhci_pci_set_bus_width, .reset = sdhci_reset,