video / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
[cascardo/linux.git] / drivers / video / fbdev / s3c-fb.c
index b33abb0..57f88fd 100644 (file)
@@ -1630,7 +1630,7 @@ static int s3c_fb_resume(struct device *dev)
 }
 #endif
 
-#ifdef CONFIG_PM_RUNTIME
+#ifdef CONFIG_PM
 static int s3c_fb_runtime_suspend(struct device *dev)
 {
        struct s3c_fb *sfb = dev_get_drvdata(dev);