Commits
Clark Wang committed 347a8457874
MLK-22296-4 misc: mpl3115: Fix build warning when CONFIG_PM_SLEEP=n Fix build warning when CONFIG_PM_SLEEP=n, the warning message is: drivers/input/misc/mpl3115.c:290:12: warning: ‘mpl3115_start_chip’ defined but not used [-Wunused-function] static int mpl3115_start_chip(struct i2c_client *client) ^~~~~~~~~~~~~~~~~~ Signed-off-by: Clark Wang <xiaoning.wang@nxp.com> (cherry picked from commit fd826f4b26257fe04272e0d91b53a8e448812bf3)