diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2007-06-13 15:53:34 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-11 16:09:01 -0700 |
commit | 9cddad77574313fcee36c5e60122718daa7c0361 (patch) | |
tree | 2d6dd05e02ffff565ffb23046933f33cda0531e8 /drivers/base/memory.c | |
parent | 11048dcf333c414f237bb713c422e68f67b115a3 (diff) |
PM: Remove pm_parent from struct dev_pm_info
The pm_parent member of struct dev_pm_info (defined in include/linux/pm.h) is
only used to check if the device's parent is in the right state while the
device is being suspended or resumed. However, this can be done just as well
with the help of the parent pointer in struct device, so pm_parent can be
removed along with some code that handles it.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base/memory.c')
0 files changed, 0 insertions, 0 deletions