diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-bcm2835.c')
-rw-r--r-- | drivers/mmc/host/sdhci-bcm2835.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-bcm2835.c b/drivers/mmc/host/sdhci-bcm2835.c index 7ab69af979b4..289b1c80d5fc 100644 --- a/drivers/mmc/host/sdhci-bcm2835.c +++ b/drivers/mmc/host/sdhci-bcm2835.c | |||
@@ -134,6 +134,7 @@ static const struct sdhci_ops bcm2835_sdhci_ops = { | |||
134 | .get_max_clock = sdhci_pltfm_clk_get_max_clock, | 134 | .get_max_clock = sdhci_pltfm_clk_get_max_clock, |
135 | .get_min_clock = bcm2835_sdhci_get_min_clock, | 135 | .get_min_clock = bcm2835_sdhci_get_min_clock, |
136 | .set_bus_width = sdhci_set_bus_width, | 136 | .set_bus_width = sdhci_set_bus_width, |
137 | .reset = sdhci_reset, | ||
137 | }; | 138 | }; |
138 | 139 | ||
139 | static const struct sdhci_pltfm_data bcm2835_sdhci_pdata = { | 140 | static const struct sdhci_pltfm_data bcm2835_sdhci_pdata = { |