diff options
Diffstat (limited to 'drivers/mmc/host/omap_hsmmc.c')
-rw-r--r-- | drivers/mmc/host/omap_hsmmc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index f588deff8b2..a20c38385d2 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c | |||
@@ -1390,6 +1390,9 @@ static int __init omap_mmc_probe(struct platform_device *pdev) | |||
1390 | else if (pdata->slots[host->slot_id].wires >= 4) | 1390 | else if (pdata->slots[host->slot_id].wires >= 4) |
1391 | mmc->caps |= MMC_CAP_4_BIT_DATA; | 1391 | mmc->caps |= MMC_CAP_4_BIT_DATA; |
1392 | 1392 | ||
1393 | if (pdata->slots[host->slot_id].nonremovable) | ||
1394 | mmc->caps |= MMC_CAP_NONREMOVABLE; | ||
1395 | |||
1393 | omap_hsmmc_init(host); | 1396 | omap_hsmmc_init(host); |
1394 | 1397 | ||
1395 | /* Select DMA lines */ | 1398 | /* Select DMA lines */ |