From: Rafael J. Wysocki Date: Wed, 27 Jun 2012 21:25:38 +0000 (+0200) Subject: ACPI / PM: Drop pm_message_t argument from device suspend callback X-Git-Tag: v3.6-rc1~155^2~5^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17621e11fda095459e2f986c019f52686c7a4ffb;p=pandora-kernel.git ACPI / PM: Drop pm_message_t argument from device suspend callback None of the drivers implementing the ACPI device suspend callback uses the pm_message_t argument of it, so this argument may be dropped entirely from that callback. This will simplify switching the ACPI bus type to PM handling based on struct dev_pm_ops. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed