Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a999b0b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ion: msm_ion: Add freeze_late and restore_early callbacks"

parents beedee6d f1f98f89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -396,8 +396,8 @@ static int msm_ion_pm_restore(struct device *dev)
}

static const struct dev_pm_ops msm_ion_pm_ops = {
	.freeze = msm_ion_pm_freeze,
	.restore = msm_ion_pm_restore,
	.freeze_late = msm_ion_pm_freeze,
	.restore_early = msm_ion_pm_restore,
};

static const struct of_device_id msm_ion_match_table[] = {