aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpi/mpi2_raid.h
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2015-12-08 16:21:05 +0100
committerLee Jones <[email protected]>2016-01-11 06:23:43 +0000
commita7b956fd38dd217dd78e3058110929f5ac914df1 (patch)
tree78dda956d6528f929caac71e65747a8f7c0c3c51 /drivers/scsi/mpt3sas/mpi/mpi2_raid.h
parentd91d76d84c3adf7ca04ef1932431d49f51edee5e (diff)
mfd: as3722: Mark PM functions as __maybe_unused
The newly introduced as3722_i2c_suspend/resume functions are built unconditionally, but only used when power management is enabled, so we get a warning otherwise: drivers/mfd/as3722.c:427:12: warning: 'as3722_i2c_suspend' defined but not used [-Wunused-function] drivers/mfd/as3722.c:438:12: warning: 'as3722_i2c_resume' defined but not used [-Wunused-function] This marks them both as __maybe_unused, which avoids an ugly #ifdef and gives us best compile-time coverage. When they are unused, the compiler will silently drop the functions from its output. Signed-off-by: Arnd Bergmann <[email protected]> Fixes: 35deff7eb212 ("mfd: as3722: Handle interrupts on suspend") Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions