Arnd Bergmann 7362617319 scsi: lpfc: avoid an unused function warning
The only reference to lpfc_nvmet_replenish_context() is inside of an
disabled:

drivers/scsi/lpfc/lpfc_nvmet.c:1457:1: error: 'lpfc_nvmet_replenish_context' defined but not used [-Werror=unused-function]

This replaces the preprocessor conditional with a C condition, so the
compiler can see that the function is intentionally unused.

Fixes: 9a38e4f1c82f ("scsi: lpfc: Fix MRQ > 1 context list handling")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-08-25 18:26:28 -04:00
..
2017-08-25 17:29:29 -04:00
2017-08-25 17:21:11 -04:00
2017-08-25 17:21:11 -04:00
2015-11-25 22:08:55 -05:00
2017-08-24 22:29:06 -04:00
2016-05-10 22:01:07 -04:00
2015-11-09 16:32:14 -08:00
2017-08-25 17:21:10 -04:00
2017-05-04 12:19:44 -07:00
2017-03-23 12:04:05 -04:00
2016-01-27 20:36:10 +08:00
2016-01-27 20:36:10 +08:00
2017-08-25 17:08:08 -04:00
2017-04-26 15:09:04 -06:00
2017-08-25 17:21:11 -04:00
2016-11-28 15:51:31 -05:00
2017-04-13 13:58:20 -04:00
2017-06-27 21:31:12 -04:00
2017-05-16 08:44:15 -03:00
2017-05-04 12:19:44 -07:00
2016-02-23 21:27:02 -05:00
2015-11-18 11:59:09 -05:00
2017-04-26 18:32:29 -04:00
2017-03-15 19:27:46 -04:00