Arnd Bergmann fddbeb80a9 scsi: mvumi: use __maybe_unused to hide pm functions
The mvumi scsi hides the references to its suspend/resume functions in
an #ifdef but does not hide the implementation the same way:

drivers/scsi/mvumi.c:2632:12: error: 'mvumi_suspend' defined but not used [-Werror=unused-function]
drivers/scsi/mvumi.c:2651:12: error: 'mvumi_resume' defined but not used [-Werror=unused-function]

This adds __maybe_unused annotations so the compiler knows it can
silently drop them instead of warning, while avoiding the addition of
another #ifdef.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2016-03-05 17:07:46 -05:00
..
2016-02-23 21:27:02 -05:00
2016-02-23 21:27:02 -05:00
2016-01-08 12:51:04 -05:00
2016-02-23 21:27:02 -05:00
2015-11-09 17:11:57 -08:00
2015-11-12 07:06:18 -05:00
2016-02-23 21:27:02 -05:00
2016-01-07 15:51:13 -08:00
2016-02-25 21:11:42 -05:00
2015-11-12 07:06:18 -05:00
2016-02-23 21:27:02 -05:00
2015-04-27 10:10:19 -07:00
2015-04-27 10:04:39 -07:00
2015-04-27 10:04:39 -07:00
2015-04-27 10:05:55 -07:00
2015-11-09 17:11:57 -08:00
2015-12-03 09:32:33 -08:00
2015-04-17 10:13:56 -07:00
2015-11-25 22:08:55 -05:00
2016-01-06 21:43:09 -05:00
2016-02-23 21:27:02 -05:00
2014-07-17 22:07:37 +02:00
2016-01-06 21:43:09 -05:00
2015-11-09 17:11:57 -08:00
2014-11-24 16:13:16 +01:00
2015-11-09 16:32:14 -08:00
2016-01-06 21:43:13 -05:00
2016-01-06 21:43:13 -05:00
2016-02-23 21:27:02 -05:00
2016-02-23 21:27:02 -05:00
2016-02-23 21:27:02 -05:00
2016-02-25 21:10:53 -05:00
2015-06-02 17:24:54 -07:00
2016-01-06 21:43:09 -05:00
2014-07-17 22:07:35 +02:00
2014-11-24 20:01:28 +01:00
2016-01-06 21:43:09 -05:00
2015-11-12 07:06:18 -05:00
2016-02-23 21:27:02 -05:00
2016-02-23 21:27:02 -05:00
2016-02-23 21:27:02 -05:00
2015-11-30 11:23:45 -05:00
2016-02-23 21:27:02 -05:00
2014-07-17 22:07:39 +02:00
2016-01-26 17:24:16 -08:00
2014-11-12 11:15:57 +01:00
2015-11-18 11:59:09 -05:00
2016-02-23 21:27:02 -05:00
2014-11-20 09:11:15 +01:00
2016-01-06 21:43:09 -05:00
2015-07-23 13:07:04 -07:00