Message ID | 1622117381-35693-1-git-send-email-zhangshaokun@hisilicon.com |
---|---|
State | New |
Headers | show |
Series | scsi: lpfc: Remove the repeated declaration | expand |
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@broadcom.com> > Cc: Dick Kennedy <dick.kennedy@broadcom.com> > Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> > Cc: "Martin K. Petersen" <martin.petersen@oracle.com> > Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> > --- > 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); >
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);
Function 'lpfc_selective_reset' is declared twice, so remove the repeated declaration. Cc: James Smart <james.smart@broadcom.com> Cc: Dick Kennedy <dick.kennedy@broadcom.com> Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> --- drivers/scsi/lpfc/lpfc_crtn.h | 1 - 1 file changed, 1 deletion(-)