aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/host/sdhci-s3c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
index 1572b6a935b9..6debda952155 100644
--- a/drivers/mmc/host/sdhci-s3c.c
+++ b/drivers/mmc/host/sdhci-s3c.c
@@ -611,6 +611,7 @@ static int sdhci_s3c_probe(struct platform_device *pdev)
611 host->hw_name = "samsung-hsmmc"; 611 host->hw_name = "samsung-hsmmc";
612 host->ops = &sdhci_s3c_ops; 612 host->ops = &sdhci_s3c_ops;
613 host->quirks = 0; 613 host->quirks = 0;
614 host->quirks2 = 0;
614 host->irq = irq; 615 host->irq = irq;
615 616
616 /* Setup quirks for the controller */ 617 /* Setup quirks for the controller */