alistair23-linux/drivers/iio/health
Arnd Bergmann 0e6071ab76 iio: health/afe4404: mark suspend/resume functions __maybe_unused
The newly added afe4404 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/afe4404.c:509:12: error: 'afe4404_suspend' defined but not used
health/afe4404.c:530:12: error: 'afe4404_resume' defined but not used

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

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 87aec56e27 ("iio: health: Add driver for the TI AFE4404 heart monitor")
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2016-02-17 19:36:01 +00:00
..
afe440x.h iio: health: Add driver for the TI AFE4404 heart monitor 2016-02-06 18:57:09 +00:00
afe4403.c iio: health/afe4403: mark suspend/resume functions __maybe_unused 2016-02-17 19:35:28 +00:00
afe4404.c iio: health/afe4404: mark suspend/resume functions __maybe_unused 2016-02-17 19:36:01 +00:00
Kconfig iio: health/afe4403: select REGMAP_SPI 2016-02-17 19:31:06 +00:00
Makefile iio: health: Add driver for the TI AFE4403 heart monitor 2016-02-06 21:55:32 +00:00
max30100.c iio: health: max30100: add config for LED current 2016-01-03 17:59:49 +00:00