]> Pileus Git - ~andy/linux/commit
Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEP
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 6 Oct 2011 22:26:52 +0000 (15:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 7 Oct 2011 02:43:09 +0000 (19:43 -0700)
commitf80aee7fd095d9014a92a250c688ff5dbc0a6649
tree49afde0d7f8a359e7197bb49752ac716670732d5
parentd4f4158dcda2f75ba8024e540d0bba070af1e67a
Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEP

CONFIG_PM is defined when CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME is defined,
however suspend and resume methods are only valid in the context of
CONFIG_PM_SLEEP. If only CONFIG_PM_RUNTIME is defined we get the following
warning (courtesy of Geerts randconfig builds):

lm8323.c: warning: 'lm8323_resume' defined but not used

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/lm8323.c