diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index b06635ac3356..5bf402a20682 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -471,7 +471,8 @@ struct lpfc_hba { | |||
471 | uint64_t cfg_soft_wwnn; | 471 | uint64_t cfg_soft_wwnn; |
472 | uint64_t cfg_soft_wwpn; | 472 | uint64_t cfg_soft_wwpn; |
473 | uint32_t cfg_hba_queue_depth; | 473 | uint32_t cfg_hba_queue_depth; |
474 | 474 | uint32_t cfg_enable_hba_reset; | |
475 | uint32_t cfg_enable_hba_heartbeat; | ||
475 | 476 | ||
476 | lpfc_vpd_t vpd; /* vital product data */ | 477 | lpfc_vpd_t vpd; /* vital product data */ |
477 | 478 | ||