PM: Merge the SET*_RUNTIME_PM_OPS() macros
[linux-2.6-block.git] / drivers / spi / spi-pl022.c
index fc2dd8441608fe31ad482800312fe26722c384e1..89ca162801da10b8ec7a9c4311a33344f6a438a7 100644 (file)
@@ -2377,7 +2377,7 @@ static int pl022_runtime_resume(struct device *dev)
 
 static const struct dev_pm_ops pl022_dev_pm_ops = {
        SET_SYSTEM_SLEEP_PM_OPS(pl022_suspend, pl022_resume)
-       SET_PM_RUNTIME_PM_OPS(pl022_runtime_suspend, pl022_runtime_resume, NULL)
+       SET_RUNTIME_PM_OPS(pl022_runtime_suspend, pl022_runtime_resume, NULL)
 };
 
 static struct vendor_data vendor_arm = {