PM: subsys_data in struct dev_pm_info need not depend on RM_RUNTIME
[pandora-kernel.git] / include / linux / pm.h
index e396320..7e8f076 100644 (file)
@@ -461,8 +461,8 @@ struct dev_pm_info {
        unsigned long           active_jiffies;
        unsigned long           suspended_jiffies;
        unsigned long           accounting_timestamp;
-       void                    *subsys_data;  /* Owned by the subsystem. */
 #endif
+       void                    *subsys_data;  /* Owned by the subsystem. */
 };
 
 extern void update_pm_runtime_accounting(struct device *dev);