commit | 96bfd3cee2a741906b3ef5c1096d2f0a0b8025e0 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jan 17 14:11:08 2013 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jan 17 14:11:08 2013 +0100 |
tree | 9efdfad1f1206821057931f0fb67313eada8727d | |
parent | ad0c3b0e4863185a9f8874a655a8d2999c915131 [diff] |
ACPI / PM: Common string representations of device power states The function returning string representations of ACPI device power states, state_string((), is now static, because it is only used internally in drivers/acpi/bus.c. However, it will be used outside of that file going forward, so rename it to acpi_power_state_string(), add a kerneldoc comment to it and add its header to acpi_bus.h. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>