summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorVenkat Gopalakrishnan <venkatg@codeaurora.org>2015-01-09 11:04:34 -0800
committerSubhash Jadavani <subhashj@codeaurora.org>2016-05-31 15:26:06 -0700
commit99efbad3f449e5dfe422068d8854dfe59ba807e0 (patch)
tree5c3314d1cf9a69d3070581da8e045d16a4d0d596 /drivers
parent4db29d8d463545acb5dfa8df5515df2af115148d (diff)
mmc: sdhci-msm: use the generic sdhci_set_bus_width()
The generic bus width setup has been converted to a library function. Update the sdhci_ops function table to use the generic sdhci_set_bus_width() library function. Change-Id: I0fb1345cab1055ed2f5f2e36debf5ea273241628 Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/sdhci-msm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
index fea88d15f2f6..f2b7d820ccb1 100644
--- a/drivers/mmc/host/sdhci-msm.c
+++ b/drivers/mmc/host/sdhci-msm.c
@@ -2766,6 +2766,7 @@ static struct sdhci_ops sdhci_msm_ops = {
.dump_vendor_regs = sdhci_msm_dump_vendor_regs,
.config_auto_tuning_cmd = sdhci_msm_config_auto_tuning_cmd,
.enable_controller_clock = sdhci_msm_enable_controller_clock,
+ .set_bus_width = sdhci_set_bus_width,
};
static void sdhci_set_default_hw_caps(struct sdhci_msm_host *msm_host,