diff options
-rw-r--r-- | drivers/mmc/host/omap_hsmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 54bfd0cc106b..d5057415d7d9 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c | |||
@@ -2009,8 +2009,8 @@ static int __devexit omap_hsmmc_remove(struct platform_device *pdev) | |||
2009 | clk_put(host->dbclk); | 2009 | clk_put(host->dbclk); |
2010 | } | 2010 | } |
2011 | 2011 | ||
2012 | mmc_free_host(host->mmc); | ||
2013 | iounmap(host->base); | 2012 | iounmap(host->base); |
2013 | mmc_free_host(host->mmc); | ||
2014 | omap_hsmmc_gpio_free(pdev->dev.platform_data); | 2014 | omap_hsmmc_gpio_free(pdev->dev.platform_data); |
2015 | 2015 | ||
2016 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 2016 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); |