drm/tegra: vic: Fix unused-function warnings
[linux-2.6-microblaze.git] / drivers / gpu / drm / tegra / vic.c
index 1e342fa..f56f592 100644 (file)
@@ -513,9 +513,8 @@ static int vic_remove(struct platform_device *pdev)
 }
 
 static const struct dev_pm_ops vic_pm_ops = {
-       SET_RUNTIME_PM_OPS(vic_runtime_suspend, vic_runtime_resume, NULL)
-       SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
-                               pm_runtime_force_resume)
+       RUNTIME_PM_OPS(vic_runtime_suspend, vic_runtime_resume, NULL)
+       SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
 };
 
 struct platform_driver tegra_vic_driver = {