diff options
author | Vinod Koul <vkoul@kernel.org> | 2019-03-12 12:05:35 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-03-12 12:05:35 +0530 |
commit | 3de78f4f4394e6082cc52fe8e7453d14d7090328 (patch) | |
tree | f15151713e114abc671f4ef558f819fbf2b65387 /drivers/dma | |
parent | 1602a335708ae396e8bcc0c430d8e3d90254881f (diff) | |
parent | d9140a0da4a230a03426d175145989667758aa6a (diff) | |
download | linux-3de78f4f4394e6082cc52fe8e7453d14d7090328.tar.bz2 |
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) }; |