]> bbs.cooldavid.org Git - jme.git/commit
jme: Fix compile warning introduced by new pm macro
authorGuo-Fu Tseng <cooldavid@cooldavid.org>
Tue, 28 Jun 2011 04:32:38 +0000 (12:32 +0800)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Tue, 28 Jun 2011 07:29:49 +0000 (15:29 +0800)
commitfda5634a662b227a432d611ce756c3516ece131b
treea8153ee1cb7f1835c395f93e6fbc12c106c7853b
parentc87d28b7e07c6fdb940a7daebea6872b01448f6f
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
jme.c