PM: Drop CONFIG_PM_RUNTIME from the driver core
[linux-drm-fsl-dcu.git] / include / linux / pm.h
index 383fd68aaee15a9e345b43d0260276e0526144ce..53b56cf5db3f7166e4abe9aa106b98b48c09043f 100644 (file)
@@ -576,7 +576,7 @@ struct dev_pm_info {
 #else
        unsigned int            should_wakeup:1;
 #endif
-#ifdef CONFIG_PM_RUNTIME
+#ifdef CONFIG_PM
        struct timer_list       suspend_timer;
        unsigned long           timer_expires;
        struct work_struct      work;