projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cddad7
)
PM: Remove saved_state from struct dev_pm_info
author
Rafael J. Wysocki
<rjw@sisk.pl>
Wed, 13 Jun 2007 13:55:34 +0000
(15:55 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 11 Jul 2007 23:09:01 +0000
(16:09 -0700)
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 <rjw@sisk.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/pm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/pm.h
b/include/linux/pm.h
index 3fd65ad4b097815a0f7e21271b3e9c5b0e5b5674..6e7f066716839b5692e10d7014f9381fa4018d3b 100644
(file)
--- 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
};