aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/host/omap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c
index 927ed24d0708..b438f0addb3c 100644
--- a/drivers/mmc/host/omap.c
+++ b/drivers/mmc/host/omap.c
@@ -1375,7 +1375,6 @@ static int mmc_omap_probe(struct platform_device *pdev)
1375 host->mem_res = res; 1375 host->mem_res = res;
1376 host->irq = irq; 1376 host->irq = irq;
1377 host->use_dma = 1; 1377 host->use_dma = 1;
1378 host->irq = irq;
1379 host->phys_base = host->mem_res->start; 1378 host->phys_base = host->mem_res->start;
1380 host->virt_base = ioremap(res->start, resource_size(res)); 1379 host->virt_base = ioremap(res->start, resource_size(res));
1381 if (!host->virt_base) 1380 if (!host->virt_base)