patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / pm.h
index 3017bde..66e62c0 100644 (file)
@@ -229,8 +229,9 @@ extern int pm_suspend(u32 state);
 struct device;
 
 struct dev_pm_info {
-#ifdef CONFIG_PM
        u32                     power_state;
+#ifdef CONFIG_PM
+       u32                     prev_state;
        u8                      * saved_state;
        atomic_t                pm_users;
        struct device           * pm_parent;