diff --git a/include/linux/pm.h b/include/linux/pm.h
index 3fd65ad4b097815a0f7e21271b3e9c5b0e5b5674..6e7f066716839b5692e10d7014f9381fa4018d3b 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -268,7 +268,6 @@ struct dev_pm_info {
 #ifdef	CONFIG_PM
 	unsigned		should_wakeup:1;
 	pm_message_t		prev_state;
-	void			* saved_state;
 	struct list_head	entry;
 #endif
 };