ACPI / PM: Common string representations of device power states
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 17 Jan 2013 13:11:08 +0000 (14:11 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 17 Jan 2013 13:11:08 +0000 (14:11 +0100)
commit96bfd3cee2a741906b3ef5c1096d2f0a0b8025e0
tree9efdfad1f1206821057931f0fb67313eada8727d
parentad0c3b0e4863185a9f8874a655a8d2999c915131
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>
drivers/acpi/bus.c
include/acpi/acpi_bus.h
This page took 0.025264 seconds and 5 git commands to generate.