|
@@ -2561,7 +2561,7 @@ static int atmci_runtime_resume(struct device *dev)
|
|
|
static const struct dev_pm_ops atmci_dev_pm_ops = {
|
|
|
SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
|
|
pm_runtime_force_resume)
|
|
|
- SET_PM_RUNTIME_PM_OPS(atmci_runtime_suspend, atmci_runtime_resume, NULL)
|
|
|
+ SET_RUNTIME_PM_OPS(atmci_runtime_suspend, atmci_runtime_resume, NULL)
|
|
|
};
|
|
|
|
|
|
static struct platform_driver atmci_driver = {
|