From: Rafael J. Wysocki Date: Fri, 2 Nov 2012 00:40:18 +0000 (+0100) Subject: ACPI / PM: Move device power state selection routine to device_pm.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~16^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b3832c64b6d01092216d84dc6a6b300875d0bb;p=pandora-kernel.git ACPI / PM: Move device power state selection routine to device_pm.c The ACPI function for choosing device power state is now located in drivers/acpi/sleep.c, but drivers/acpi/device_pm.c is a more logical place for it, so move it there. However, instead of moving the function entirely, move its core only under a different name and with a different list of arguments, so that it is more flexible, and leave a wrapper around it in the original location. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed