diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index fb56ff9d5da2..5a76d2b4253b 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -349,6 +349,7 @@ struct lpfc_vport { | |||
349 | uint32_t cfg_use_adisc; | 349 | uint32_t cfg_use_adisc; |
350 | uint32_t cfg_fdmi_on; | 350 | uint32_t cfg_fdmi_on; |
351 | uint32_t cfg_discovery_threads; | 351 | uint32_t cfg_discovery_threads; |
352 | uint32_t cfg_log_verbose; | ||
352 | uint32_t cfg_max_luns; | 353 | uint32_t cfg_max_luns; |
353 | 354 | ||
354 | uint32_t dev_loss_tmo_changed; | 355 | uint32_t dev_loss_tmo_changed; |
@@ -446,8 +447,6 @@ struct lpfc_hba { | |||
446 | uint64_t cfg_soft_wwpn; | 447 | uint64_t cfg_soft_wwpn; |
447 | uint32_t cfg_hba_queue_depth; | 448 | uint32_t cfg_hba_queue_depth; |
448 | 449 | ||
449 | /* Config paramters that should be in the vport */ | ||
450 | uint32_t cfg_log_verbose; | ||
451 | 450 | ||
452 | lpfc_vpd_t vpd; /* vital product data */ | 451 | lpfc_vpd_t vpd; /* vital product data */ |
453 | 452 | ||