]> git.baikalelectronics.ru Git - kernel.git/commit
Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEP
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 6 Oct 2011 22:26:51 +0000 (15:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 7 Oct 2011 02:43:00 +0000 (19:43 -0700)
commit6a3dbb0b16038deee4abc62d02663774704499c1
treed023b7c20a55f4c76535d3cc01054f4e29fc141a
parentef5becc5a6da12d3ef9adedef975e41323de7db9
Input: synaptics_i2c - 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 context of
CONFIG_PM_SLEEP. If only CONFIG_PM_RUNTIME is defined we get the following
warning (courtesy of Geerts randconfig builds):

synaptics_i2c.c: warning: 'synaptics_i2c_resume' defined but not used

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