From: Rafael J. Wysocki Date: Thu, 9 Aug 2012 21:00:13 +0000 (+0200) Subject: platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEP X-Git-Tag: v3.6-rc2~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3567a4e2c52ce2f6fe74fc85690335ec7c96608e;p=pandora-kernel.git platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEP According to compiler warnings, quite some suspend/resume functions in platform x86 drivers are not used for CONFIG_PM_SLEEP unset, so add #ifdefs to prevent them from being built in that case. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed