diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pci.c')
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 8554466e0f4e..c0fbf48d9b45 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -91,6 +91,7 @@ static int ricoh_probe(struct sdhci_pci_chip *chip) | |||
91 | 91 | ||
92 | static const struct sdhci_pci_fixes sdhci_ricoh = { | 92 | static const struct sdhci_pci_fixes sdhci_ricoh = { |
93 | .probe = ricoh_probe, | 93 | .probe = ricoh_probe, |
94 | .quirks = SDHCI_QUIRK_32BIT_DMA_ADDR, | ||
94 | }; | 95 | }; |
95 | 96 | ||
96 | static const struct sdhci_pci_fixes sdhci_ene_712 = { | 97 | static const struct sdhci_pci_fixes sdhci_ene_712 = { |