Hi, A gentle ping, sorry for the noise. Thanks, Shaokun On 2021/5/27 20:09, Shaokun Zhang wrote: > Function 'lpfc_selective_reset' is declared twice, so remove the > repeated declaration. > > Cc: James Smart <james.smart@xxxxxxxxxxxx> > Cc: Dick Kennedy <dick.kennedy@xxxxxxxxxxxx> > Cc: "James E.J. Bottomley" <jejb@xxxxxxxxxxxxx> > Cc: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx> > Signed-off-by: Shaokun Zhang <zhangshaokun@xxxxxxxxxxxxx> > --- > drivers/scsi/lpfc/lpfc_crtn.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h > index 383abf46fd29..24927c58e97b 100644 > --- a/drivers/scsi/lpfc/lpfc_crtn.h > +++ b/drivers/scsi/lpfc/lpfc_crtn.h > @@ -509,7 +509,6 @@ void lpfc_sli_abts_recover_port(struct lpfc_vport *, > int lpfc_hba_init_link_fc_topology(struct lpfc_hba *, uint32_t, uint32_t); > int lpfc_issue_reg_vfi(struct lpfc_vport *); > int lpfc_issue_unreg_vfi(struct lpfc_vport *); > -int lpfc_selective_reset(struct lpfc_hba *); > int lpfc_sli4_read_config(struct lpfc_hba *); > void lpfc_sli4_node_prep(struct lpfc_hba *); > int lpfc_sli4_els_sgl_update(struct lpfc_hba *phba); >