Skip to content

Commit

Permalink
[SCSI] lpfc 8.1.2: Remove hba_list from struct lpfc_hba
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jamie Wellnitz authored and James Bottomley committed Mar 1, 2006
1 parent 7f0b5b1 commit d9d959c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/lpfc/lpfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d9d959c

Please sign in to comment.