From: Rafael J. Wysocki Date: Wed, 13 Jun 2007 13:53:34 +0000 (+0200) Subject: PM: Remove pm_parent from struct dev_pm_info X-Git-Tag: v2.6.23-rc1~1107^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cddad77574313fcee36c5e60122718daa7c0361;p=pandora-kernel.git 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 Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed