From: Rafael J. Wysocki Date: Thu, 17 Jan 2013 13:11:08 +0000 (+0100) Subject: ACPI / PM: Common string representations of device power states X-Git-Tag: v3.9-rc1~146^2~10^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96bfd3cee2a741906b3ef5c1096d2f0a0b8025e0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed