Skip to content
Commit 9e8be75e authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Jonathan Cameron
Browse files

iio: health/afe4403: mark suspend/resume functions __maybe_unused



The newly added afe4403 driver implements suspend/resume using the
SIMPLE_DEV_PM_OPS() macro, which leaves out references to the actual
functions when CONFIG_PM is disabled, causing a harmless warning:

health/afe4403.c:509:12: error: 'afe4403_suspend' defined but not used
health/afe4403.c:530:12: error: 'afe4403_resume' defined but not used

This marks the functions as __maybe_unused so we don't get those
warnings.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Fixes: eec96d1e ("iio: health: Add driver for the TI AFE4403 heart monitor")
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent f56293c7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment