Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cc4900690bf77257996e90f0059eb074b8db52e6
Commit:     cc4900690bf77257996e90f0059eb074b8db52e6
Parent:     9cddad77574313fcee36c5e60122718daa7c0361
Author:     Rafael J. Wysocki <[EMAIL PROTECTED]>
AuthorDate: Wed Jun 13 15:55:34 2007 +0200
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Wed Jul 11 16:09:01 2007 -0700

    PM: Remove saved_state from struct dev_pm_info
    
    The saved_state member of struct dev_pm_info, defined in 
include/linux/pm.h, is
    not used anywhere, so it can be removed.
    
    Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 include/linux/pm.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/pm.h b/include/linux/pm.h
index 3fd65ad..6e7f066 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
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to