diff options
Diffstat (limited to 'drivers/amba/bus.c')
-rw-r--r-- | drivers/amba/bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c index 47bbdc1b5be3..973a3332a85f 100644 --- a/drivers/amba/bus.c +++ b/drivers/amba/bus.c | |||
@@ -124,7 +124,7 @@ static const struct dev_pm_ops amba_pm = { | |||
124 | .thaw = pm_generic_thaw, | 124 | .thaw = pm_generic_thaw, |
125 | .poweroff = pm_generic_poweroff, | 125 | .poweroff = pm_generic_poweroff, |
126 | .restore = pm_generic_restore, | 126 | .restore = pm_generic_restore, |
127 | SET_PM_RUNTIME_PM_OPS( | 127 | SET_RUNTIME_PM_OPS( |
128 | amba_pm_runtime_suspend, | 128 | amba_pm_runtime_suspend, |
129 | amba_pm_runtime_resume, | 129 | amba_pm_runtime_resume, |
130 | NULL | 130 | NULL |