aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/dma/sh/rcar-dmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/sh/rcar-dmac.c b/drivers/dma/sh/rcar-dmac.c
index c64f792e8e15..65538c0f4cfc 100644
--- a/drivers/dma/sh/rcar-dmac.c
+++ b/drivers/dma/sh/rcar-dmac.c
@@ -1686,8 +1686,8 @@ static const struct dev_pm_ops rcar_dmac_pm = {
1686 * - Wait for the current transfer to complete and stop the device, 1686 * - Wait for the current transfer to complete and stop the device,
1687 * - Resume transfers, if any. 1687 * - Resume transfers, if any.
1688 */ 1688 */
1689 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, 1689 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
1690 pm_runtime_force_resume) 1690 pm_runtime_force_resume)
1691 SET_RUNTIME_PM_OPS(rcar_dmac_runtime_suspend, rcar_dmac_runtime_resume, 1691 SET_RUNTIME_PM_OPS(rcar_dmac_runtime_suspend, rcar_dmac_runtime_resume,
1692 NULL) 1692 NULL)
1693}; 1693};