mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
media: rockchip: remove cif/isp/ispp hw SYSTEM_SLEEP_PM_OPS
fix suspend error by vir dev and hw dev run SYSTEM_SLEEP_PM_OPS Change-Id: I10971c3f43debf082278cf13aacf68eb97d2f0c3 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -1367,8 +1367,6 @@ static int __maybe_unused rkcif_runtime_resume(struct device *dev)
|
||||
}
|
||||
|
||||
static const struct dev_pm_ops rkcif_plat_pm_ops = {
|
||||
SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
||||
pm_runtime_force_resume)
|
||||
SET_RUNTIME_PM_OPS(rkcif_runtime_suspend, rkcif_runtime_resume, NULL)
|
||||
};
|
||||
|
||||
|
||||
@@ -1063,8 +1063,6 @@ static int __maybe_unused rkisp_runtime_resume(struct device *dev)
|
||||
}
|
||||
|
||||
static const struct dev_pm_ops rkisp_hw_pm_ops = {
|
||||
SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
||||
pm_runtime_force_resume)
|
||||
SET_RUNTIME_PM_OPS(rkisp_runtime_suspend,
|
||||
rkisp_runtime_resume, NULL)
|
||||
};
|
||||
|
||||
@@ -472,8 +472,6 @@ static int __maybe_unused rkispp_runtime_resume(struct device *dev)
|
||||
}
|
||||
|
||||
static const struct dev_pm_ops rkispp_hw_pm_ops = {
|
||||
SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
||||
pm_runtime_force_resume)
|
||||
SET_RUNTIME_PM_OPS(rkispp_runtime_suspend,
|
||||
rkispp_runtime_resume, NULL)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user