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 4d9acf833590..f64108f2664a 100644
--- a/drivers/mmc/host/sdhci-s3c.c
+++ b/drivers/mmc/host/sdhci-s3c.c
@@ -788,6 +788,7 @@ static int __devexit sdhci_s3c_remove(struct platform_device *pdev)
788 788
789 sdhci_remove_host(host, 1); 789 sdhci_remove_host(host, 1);
790 790
791 pm_runtime_dont_use_autosuspend(&pdev->dev);
791 pm_runtime_disable(&pdev->dev); 792 pm_runtime_disable(&pdev->dev);
792 793
793 clk_disable(sc->clk_bus[sc->cur_clk]); 794 clk_disable(sc->clk_bus[sc->cur_clk]);