Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f80aee7f authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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: default avatarDmitry Torokhov <dtor@mail.ru>
parent d4f4158d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -788,7 +788,7 @@ static int __devexit lm8323_remove(struct i2c_client *client)
	return 0;
}

#ifdef CONFIG_PM
#ifdef CONFIG_PM_SLEEP
/*
 * We don't need to explicitly suspend the chip, as it already switches off
 * when there's no activity.