[SCSI] lpfc 8.1.2: Remove hba_list from struct lpfc_hba
Remove hba_list from struct lpfc_hba Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
7f0b5b1913
commit
d9d959c41f
@ -169,7 +169,6 @@ struct lpfc_sysfs_mbox {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct lpfc_hba {
|
struct lpfc_hba {
|
||||||
struct list_head hba_list; /* List of hbas/ports */
|
|
||||||
struct lpfc_sli sli;
|
struct lpfc_sli sli;
|
||||||
struct lpfc_sli2_slim *slim2p;
|
struct lpfc_sli2_slim *slim2p;
|
||||||
dma_addr_t slim2p_mapping;
|
dma_addr_t slim2p_mapping;
|
||||||
|
Reference in New Issue
Block a user