From: Ingo Molnar Date: Sun, 22 Feb 2009 21:07:03 +0000 (+0100) Subject: PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fix X-Git-Tag: v2.6.29-rc6~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f99fed4606dcbcbe813df831a39fd8f9653ef54;p=pandora-kernel.git PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fix Impact: module build fix Fix: ERROR: "sysdev_resume" [arch/x86/kernel/apm.ko] undefined! ERROR: "sysdev_suspend" [arch/x86/kernel/apm.ko] undefined! As these APIs are now used by the APM driver, which can be built as a module. Also fix a few extra (and inconsistent) newlines in comment blocks preceding these functions. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed