1
0
Fork 0
alistair23-linux/drivers/media/platform/atmel
Arnd Bergmann b7e5063589 [media] atmel-isc: mark PM functions as __maybe_unused
The newly added atmel-isc driver uses SET_RUNTIME_PM_OPS() to
refer to its suspend/resume functions, causing a warning when
CONFIG_PM is not set:

media/platform/atmel/atmel-isc.c:1477:12: error: 'isc_runtime_resume' defined but not used [-Werror=unused-function]
media/platform/atmel/atmel-isc.c:1467:12: error: 'isc_runtime_suspend' defined but not used [-Werror=unused-function]

This adds __maybe_unused annotations to avoid the warning without
adding an error-prone #ifdef around it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-09-19 16:25:33 -03:00
..
Kconfig [media] atmel-isc: add the Image Sensor Controller code 2016-08-22 12:59:58 -03:00
Makefile [media] atmel-isc: add the Image Sensor Controller code 2016-08-22 12:59:58 -03:00
atmel-isc-regs.h [media] atmel-isc: add the Image Sensor Controller code 2016-08-22 12:59:58 -03:00
atmel-isc.c [media] atmel-isc: mark PM functions as __maybe_unused 2016-09-19 16:25:33 -03:00