msm: sde: Update v4l2 rotator driver to latest v4l2 framework

This patch upgrades v4l2 rotator driver to be compatible with the
latest v4l2 framework.

CRs-Fixed: 972831

Change-Id: Iddbaaceaeba6cee5c7935077f4a92a0361fa8c75
Signed-off-by: Alan Kwong <akwong@codeaurora.org>
diff --git a/drivers/media/platform/msm/sde/rotator/sde_rotator_core.h b/drivers/media/platform/msm/sde/rotator/sde_rotator_core.h
index 0aee4f7..4d0c5e2 100644
--- a/drivers/media/platform/msm/sde/rotator/sde_rotator_core.h
+++ b/drivers/media/platform/msm/sde/rotator/sde_rotator_core.h
@@ -390,7 +390,7 @@
 	mutex_unlock(&mgr->lock);
 }
 
-#if defined(CONFIG_PM_RUNTIME)
+#if defined(CONFIG_PM)
 int sde_rotator_runtime_resume(struct device *dev);
 int sde_rotator_runtime_suspend(struct device *dev);
 int sde_rotator_runtime_idle(struct device *dev);