diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index e91377a4cafe..e8813d26e594 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -9055,7 +9055,6 @@ lpfc_sli4_queue_create(struct lpfc_hba *phba) | |||
9055 | } | 9055 | } |
9056 | } | 9056 | } |
9057 | 9057 | ||
9058 | #if defined(BUILD_NVME) | ||
9059 | /* Clear NVME stats */ | 9058 | /* Clear NVME stats */ |
9060 | if (phba->cfg_enable_fc4_type & LPFC_ENABLE_NVME) { | 9059 | if (phba->cfg_enable_fc4_type & LPFC_ENABLE_NVME) { |
9061 | for (idx = 0; idx < phba->cfg_hdw_queue; idx++) { | 9060 | for (idx = 0; idx < phba->cfg_hdw_queue; idx++) { |
@@ -9063,7 +9062,6 @@ lpfc_sli4_queue_create(struct lpfc_hba *phba) | |||
9063 | sizeof(phba->sli4_hba.hdwq[idx].nvme_cstat)); | 9062 | sizeof(phba->sli4_hba.hdwq[idx].nvme_cstat)); |
9064 | } | 9063 | } |
9065 | } | 9064 | } |
9066 | #endif | ||
9067 | 9065 | ||
9068 | /* Clear SCSI stats */ | 9066 | /* Clear SCSI stats */ |
9069 | if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { | 9067 | if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { |