Skip to content

Commit c121b58

Browse files
simone-weissmartinkpetersen
authored andcommitted
scsi: bfa: Remove additional unnecessary struct declarations
Commit c3b0d08 ("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: Simone Weiß <simone.p.weiss@posteo.com> Link: https://lore.kernel.org/r/20240217191409.6260-1-simone.p.weiss@posteo.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 9f3dbcb commit c121b58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/scsi/bfa/bfa_fcs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,9 +831,7 @@ void bfa_fcs_fabric_sm_auth_failed(struct bfa_fcs_fabric_s *fabric,
831831
*/
832832

833833
struct bfad_port_s;
834-
struct bfad_vf_s;
835834
struct bfad_vport_s;
836-
struct bfad_rport_s;
837835

838836
/*
839837
* lport callbacks

0 commit comments

Comments
 (0)