diff --git a/include/linux/pm.h b/include/linux/pm.h
index e3963208aa93f2a96d14346eefbafc5f21c13c9c..7e8f0763d1ecd2b0c8db0974d3035b43a31db628 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -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);