diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-10-07 02:26:51 +0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-10-07 06:43:00 +0400 |
commit | 26e56eb2bfccdd6bcec0c298d40e12e3daea0188 (patch) | |
tree | d023b7c20a55f4c76535d3cc01054f4e29fc141a /drivers/gpio/gpio-mcp23s08.c | |
parent | cb31f898cc0dac9585f7665945bb50fc442c2109 (diff) | |
download | linux-26e56eb2bfccdd6bcec0c298d40e12e3daea0188.tar.xz |
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>
Diffstat (limited to 'drivers/gpio/gpio-mcp23s08.c')
0 files changed, 0 insertions, 0 deletions