]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/mmc/host/sdhci-bcm2835.c
mmc: sdhci: convert generic bus width setup to library function
[mirror_ubuntu-zesty-kernel.git] / drivers / mmc / host / sdhci-bcm2835.c
index f6d8d67c545f882678ea40bca4f2525a77bf28bf..7ab69af979b4dd74efe447eba734635e760e31d1 100644 (file)
@@ -133,6 +133,7 @@ static const struct sdhci_ops bcm2835_sdhci_ops = {
        .read_b = bcm2835_sdhci_readb,
        .get_max_clock = sdhci_pltfm_clk_get_max_clock,
        .get_min_clock = bcm2835_sdhci_get_min_clock,
+       .set_bus_width = sdhci_set_bus_width,
 };
 
 static const struct sdhci_pltfm_data bcm2835_sdhci_pdata = {