Merge branch 'topic/sh' into for-linus

This commit is contained in:
Vinod Koul 2019-03-12 12:05:35 +05:30
commit 3de78f4f43
1 changed files with 2 additions and 0 deletions

View File

@ -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)
};