|
@@ -2177,6 +2177,7 @@ static int omap_hsmmc_remove(struct platform_device *pdev)
|
|
dma_release_channel(host->tx_chan);
|
|
dma_release_channel(host->tx_chan);
|
|
dma_release_channel(host->rx_chan);
|
|
dma_release_channel(host->rx_chan);
|
|
|
|
|
|
|
|
+ dev_pm_clear_wake_irq(host->dev);
|
|
pm_runtime_dont_use_autosuspend(host->dev);
|
|
pm_runtime_dont_use_autosuspend(host->dev);
|
|
pm_runtime_put_sync(host->dev);
|
|
pm_runtime_put_sync(host->dev);
|
|
pm_runtime_disable(host->dev);
|
|
pm_runtime_disable(host->dev);
|