diff options
Diffstat (limited to 'drivers/dma/ste_dma40.c')
-rw-r--r-- | drivers/dma/ste_dma40.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index 5fe59335e247..d9ca3e32d748 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c | |||
@@ -3051,7 +3051,7 @@ static int dma40_runtime_resume(struct device *dev) | |||
3051 | 3051 | ||
3052 | static const struct dev_pm_ops dma40_pm_ops = { | 3052 | static const struct dev_pm_ops dma40_pm_ops = { |
3053 | SET_LATE_SYSTEM_SLEEP_PM_OPS(dma40_suspend, dma40_resume) | 3053 | SET_LATE_SYSTEM_SLEEP_PM_OPS(dma40_suspend, dma40_resume) |
3054 | SET_PM_RUNTIME_PM_OPS(dma40_runtime_suspend, | 3054 | SET_RUNTIME_PM_OPS(dma40_runtime_suspend, |
3055 | dma40_runtime_resume, | 3055 | dma40_runtime_resume, |
3056 | NULL) | 3056 | NULL) |
3057 | }; | 3057 | }; |