From: Dmitry Torokhov Date: Thu, 6 Oct 2011 22:26:52 +0000 (-0700) Subject: Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEP X-Git-Tag: v3.2-rc1~145^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f80aee7fd095d9014a92a250c688ff5dbc0a6649;p=pandora-kernel.git 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 --- Reading git-diff-tree failed