diff options
-rw-r--r-- | drivers/mmc/host/sdhci-s3c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index 47138afea2b5..f0b819d98a87 100644 --- a/drivers/mmc/host/sdhci-s3c.c +++ b/drivers/mmc/host/sdhci-s3c.c | |||
@@ -338,6 +338,7 @@ static int __devinit sdhci_s3c_probe(struct platform_device *pdev) | |||
338 | 338 | ||
339 | /* Setup quirks for the controller */ | 339 | /* Setup quirks for the controller */ |
340 | host->quirks |= SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC; | 340 | host->quirks |= SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC; |
341 | host->quirks |= SDHCI_QUIRK_NO_HISPD_BIT; | ||
341 | 342 | ||
342 | #ifndef CONFIG_MMC_SDHCI_S3C_DMA | 343 | #ifndef CONFIG_MMC_SDHCI_S3C_DMA |
343 | 344 | ||