diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-04-25 07:58:55 -0400 |
|---|---|---|
| committer | Chris Ball <chris@printf.net> | 2014-05-22 07:26:32 -0400 |
| commit | 1771059cf5f9c09e37ef6315df8acf120f2642fc (patch) | |
| tree | 5d0a909b2834d01fd251697b25a5fb3a24ca222b /drivers/mmc/host/sdhci-pxav3.c | |
| parent | 1650d0c71a209c7d6bdddda8a7e187c537ceb71a (diff) | |
mmc: sdhci: convert sdhci_set_clock() into a library function
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Tested-by: Markus Pargmann <mpa@pengutronix.de>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'drivers/mmc/host/sdhci-pxav3.c')
| -rw-r--r-- | drivers/mmc/host/sdhci-pxav3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/mmc/host/sdhci-pxav3.c index 86564233ae93..8a40e079a57e 100644 --- a/drivers/mmc/host/sdhci-pxav3.c +++ b/drivers/mmc/host/sdhci-pxav3.c | |||
| @@ -225,6 +225,7 @@ static int pxav3_set_uhs_signaling(struct sdhci_host *host, unsigned int uhs) | |||
| 225 | } | 225 | } |
| 226 | 226 | ||
| 227 | static const struct sdhci_ops pxav3_sdhci_ops = { | 227 | static const struct sdhci_ops pxav3_sdhci_ops = { |
| 228 | .set_clock = sdhci_set_clock, | ||
| 228 | .set_uhs_signaling = pxav3_set_uhs_signaling, | 229 | .set_uhs_signaling = pxav3_set_uhs_signaling, |
| 229 | .platform_send_init_74_clocks = pxav3_gen_init_74_clocks, | 230 | .platform_send_init_74_clocks = pxav3_gen_init_74_clocks, |
| 230 | .get_max_clock = sdhci_pltfm_clk_get_max_clock, | 231 | .get_max_clock = sdhci_pltfm_clk_get_max_clock, |
