diff options
| -rw-r--r-- | drivers/clk/samsung/clk-exynos5433.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c index 162de44df099..426980514e67 100644 --- a/drivers/clk/samsung/clk-exynos5433.c +++ b/drivers/clk/samsung/clk-exynos5433.c | |||
| @@ -5630,7 +5630,7 @@ static const struct of_device_id exynos5433_cmu_of_match[] = { | |||
| 5630 | static const struct dev_pm_ops exynos5433_cmu_pm_ops = { | 5630 | static const struct dev_pm_ops exynos5433_cmu_pm_ops = { |
| 5631 | SET_RUNTIME_PM_OPS(exynos5433_cmu_suspend, exynos5433_cmu_resume, | 5631 | SET_RUNTIME_PM_OPS(exynos5433_cmu_suspend, exynos5433_cmu_resume, |
| 5632 | NULL) | 5632 | NULL) |
| 5633 | SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, | 5633 | SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, |
| 5634 | pm_runtime_force_resume) | 5634 | pm_runtime_force_resume) |
| 5635 | }; | 5635 | }; |
| 5636 | 5636 | ||
