diff options
author | James Smart <james.smart@emulex.com> | 2013-08-02 23:32:27 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-08-26 12:51:33 +0400 |
commit | f8813d260eebb8c5d046ba4950a134c2283606a7 (patch) | |
tree | 029c8bc2f78cb201bb286e694dcf61dd8e379cb0 /drivers/scsi/lpfc/lpfc.h | |
parent | 43c5fdaf14e707e1fc41d437e97a3b410d2aa3ff (diff) | |
download | linux-f8813d260eebb8c5d046ba4950a134c2283606a7.tar.xz |
[SCSI] lpfc: Removed obsolete fcp_eq_count and fcp_wq_count driver attributes
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index f59aa2124ea2..df43bfe6d573 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h @@ -711,8 +711,6 @@ struct lpfc_hba { uint32_t cfg_use_msi; uint32_t cfg_fcp_imax; uint32_t cfg_fcp_cpu_map; - uint32_t cfg_fcp_wq_count; - uint32_t cfg_fcp_eq_count; uint32_t cfg_fcp_io_channel; uint32_t cfg_total_seg_cnt; uint32_t cfg_sg_seg_cnt; |