From: Guo-Fu Tseng Date: Mon, 27 Jun 2011 19:23:34 +0000 (+0000) Subject: jme: Fix compile warning introduced by new pm macro X-Git-Tag: v3.1-rc1~316^2~291 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab6fb82b1912a312f7547c92ac8d4ecb072e807;p=pandora-kernel.git jme: Fix compile warning introduced by new pm macro SIMPLE_DEV_PM_OPS is using SET_SYSTEM_SLEEP_PM_OPS and SET_SYSTEM_SLEEP_PM_OPS is empty when CONFIG_PM_SLEEP is not defined. Switching #ifdef CONFIG_PM to #ifdef CONFIG_PM_SLEEP Signed-off-by: Guo-Fu Tseng Signed-off-by: David S. Miller --- Reading git-diff-tree failed