input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
[linux-block.git] / drivers / input / touchscreen / cyttsp4_core.c
index a035a390f8e29f4caa36e4949fd54d469e9cdc24..568a3d340c8a8124fcbeefed827e16b2824cc891 100644 (file)
@@ -1716,7 +1716,7 @@ static void cyttsp4_free_si_ptrs(struct cyttsp4 *cd)
        kfree(si->btn_rec_data);
 }
 
-#if defined(CONFIG_PM_SLEEP) || defined(CONFIG_PM_RUNTIME)
+#ifdef CONFIG_PM
 static int cyttsp4_core_sleep(struct cyttsp4 *cd)
 {
        int rc;