Skip to content
Commit 26e56eb2 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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: default avatarDmitry Torokhov <dtor@mail.ru>
parent cb31f898
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment