diff options
-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 04936f353ced..0777fad997ba 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -114,6 +114,7 @@ static int ricoh_mmc_probe_slot(struct sdhci_pci_slot *slot) | |||
114 | 114 | ||
115 | SDHCI_TIMEOUT_CLK_UNIT | | 115 | SDHCI_TIMEOUT_CLK_UNIT | |
116 | SDHCI_CAN_VDD_330 | | 116 | SDHCI_CAN_VDD_330 | |
117 | SDHCI_CAN_DO_HISPD | | ||
117 | SDHCI_CAN_DO_SDMA; | 118 | SDHCI_CAN_DO_SDMA; |
118 | return 0; | 119 | return 0; |
119 | } | 120 | } |