diff options
author | Vinod Koul <vkoul@kernel.org> | 2019-03-12 07:35:35 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-03-12 07:35:35 +0100 |
commit | 3de78f4f4394e6082cc52fe8e7453d14d7090328 (patch) | |
tree | f15151713e114abc671f4ef558f819fbf2b65387 /drivers/dma | |
parent | Merge branch 'topic/mv' into for-linus (diff) | |
parent | dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit (diff) | |
download | linux-3de78f4f4394e6082cc52fe8e7453d14d7090328.tar.xz linux-3de78f4f4394e6082cc52fe8e7453d14d7090328.zip |
Merge branch 'topic/sh' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/sh/usb-dmac.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/sh/usb-dmac.c b/drivers/dma/sh/usb-dmac.c index 7f7184c3cf95..59403f6d008a 100644 --- a/drivers/dma/sh/usb-dmac.c +++ b/drivers/dma/sh/usb-dmac.c @@ -694,6 +694,8 @@ static int usb_dmac_runtime_resume(struct device *dev) #endif /* CONFIG_PM */ static const struct dev_pm_ops usb_dmac_pm = { + SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, + pm_runtime_force_resume) SET_RUNTIME_PM_OPS(usb_dmac_runtime_suspend, usb_dmac_runtime_resume, NULL) }; |