diff options
author | Jamie Wellnitz <Jamie.Wellnitz@emulex.com> | 2006-02-28 19:25:12 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-02-28 19:51:19 -0500 |
commit | 0c71fd9e433c032c08e85a955471bc03138afa80 (patch) | |
tree | dba4b0012622016cf2e86a7c0db5042df2354ee7 /drivers | |
parent | 3bbae37ab42d9d7d6c707e275ea944104a1f38ca (diff) |
[SCSI] lpfc 8.1.2: Remove unreferenced cfg_fcp_bind_method from struct lpfc_hba
Remove unreferenced cfg_fcp_bind_method from struct lpfc_hba
Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 38ffa8d6e629..7a0da125aa7d 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -290,7 +290,6 @@ struct lpfc_hba { | |||
290 | uint32_t cfg_cr_delay; | 290 | uint32_t cfg_cr_delay; |
291 | uint32_t cfg_cr_count; | 291 | uint32_t cfg_cr_count; |
292 | uint32_t cfg_fdmi_on; | 292 | uint32_t cfg_fdmi_on; |
293 | uint32_t cfg_fcp_bind_method; | ||
294 | uint32_t cfg_discovery_threads; | 293 | uint32_t cfg_discovery_threads; |
295 | uint32_t cfg_max_luns; | 294 | uint32_t cfg_max_luns; |
296 | uint32_t cfg_poll; | 295 | uint32_t cfg_poll; |