dect
/
linux-2.6
Archived
13
0
Fork 0

[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:
Jamie Wellnitz 2006-02-28 19:25:26 -05:00 committed by James Bottomley
parent 7f0b5b1913
commit d9d959c41f
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ struct lpfc_sysfs_mbox {
};
struct lpfc_hba {
struct list_head hba_list; /* List of hbas/ports */
struct lpfc_sli sli;
struct lpfc_sli2_slim *slim2p;
dma_addr_t slim2p_mapping;