Skip to content
Commit c121b588 authored by Simone Weiß's avatar Simone Weiß Committed by Martin K. Petersen
Browse files

scsi: bfa: Remove additional unnecessary struct declarations

Commit c3b0d087

 ("scsi: bfa: Remove unnecessary struct declarations")
removed duplicate struct declarations for struct bfa_fcs_s and struct
bfa_fcs_fabric_s.

However, there are further duplications:

 - struct bfad_vf_s is declared in line 165 remove the duplication in line
   834.

 - struct bfad_rport_s is declared in line 394 remove the duplication in
   line 836.

Remove them.

Signed-off-by: default avatarSimone Weiß <simone.p.weiss@posteo.com>
Link: https://lore.kernel.org/r/20240217191409.6260-1-simone.p.weiss@posteo.com
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 9f3dbcb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment