commit | f98bf4aa39ecce96020631cba910be094c87ac3c | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Tue Apr 26 19:14:47 2011 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Wed May 11 21:37:15 2011 +0200 |
tree | a30527c3242e01162e693f1064266a6a1a4a257d | |
parent | f25f4f522a9d2e18595da9df0bf1b6f282040e08 [diff] |
PM / UNICORE32: Use struct syscore_ops instead of sysdevs for PM Make some UNICORE32 architecture's code use struct syscore_ops objects for power management instead of sysdev classes and sysdevs. This simplifies the code and reduces the kernel's memory footprint. It also is necessary for removing sysdevs from the kernel entirely in the future. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>