commit | 93e1ee43a72b11e1b50aab87046c131a836a4456 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Mon Feb 13 16:29:24 2012 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Feb 17 23:36:10 2012 +0100 |
tree | 86897d0bec41d2040f371d2bf2951f1f35bf727d | |
parent | 55ae451918ec62e553f11b6118fec157f90c31c3 [diff] |
PM / Sleep: Make enter_state() in kernel/power/suspend.c static The enter_state() function in kernel/power/suspend.c should be static and state_store() in kernel/power/suspend.c should call pm_suspend() instead of it, so make that happen (which also reduces code duplication related to suspend statistics). Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>