Hi, A gentle ping, sorry for the noise. Thanks, Shaokun On 2021/5/27 19:53, Shaokun Zhang wrote: > Variable 'mpt3sas_transport_template' is declared twice, so remove the > repeated declaration. > > Cc: Sathya Prakash <sathya.prakash@xxxxxxxxxxxx> > Cc: Sreekanth Reddy <sreekanth.reddy@xxxxxxxxxxxx> > Cc: Suganath Prabu Subramani <suganath-prabu.subramani@xxxxxxxxxxxx> > Cc: "James E.J. Bottomley" <jejb@xxxxxxxxxxxxx> > Cc: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx> > Signed-off-by: Shaokun Zhang <zhangshaokun@xxxxxxxxxxxxx> > --- > drivers/scsi/mpt3sas/mpt3sas_base.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h b/drivers/scsi/mpt3sas/mpt3sas_base.h > index 98558d9c8c2d..af94934ede6c 100644 > --- a/drivers/scsi/mpt3sas/mpt3sas_base.h > +++ b/drivers/scsi/mpt3sas/mpt3sas_base.h > @@ -1933,7 +1933,6 @@ void mpt3sas_transport_update_links(struct MPT3SAS_ADAPTER *ioc, > u64 sas_address, u16 handle, u8 phy_number, u8 link_rate, > struct hba_port *port); > extern struct sas_function_template mpt3sas_transport_functions; > -extern struct scsi_transport_template *mpt3sas_transport_template; > void > mpt3sas_transport_del_phy_from_an_existing_port(struct MPT3SAS_ADAPTER *ioc, > struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy); >