Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: qla2xxx: Remove duplicate declarations

qla2x00_post_uevent_work(), qla2x00_free_fcport() and ql2xexlogins are
declared multiple times. Remove the duplicates.

Link: https://lore.kernel.org/r/1621843402-34828-1-git-send-email-zhangshaokun@hisilicon.com
Cc: Nilesh Javali <njavali@marvell.com>
Cc: GR-QLogic-Storage-Upstream@marvell.com
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Shaokun Zhang and committed by
Martin K. Petersen
9dda74f3 47018083

-4
-4
drivers/scsi/qla2xxx/qla_gbl.h
··· 173 173 extern int ql2xautodetectsfp; 174 174 extern int ql2xenablemsix; 175 175 extern int qla2xuseresexchforels; 176 - extern int ql2xexlogins; 177 176 extern int ql2xdifbundlinginternalbuffers; 178 177 extern int ql2xfulldump_on_mpifail; 179 178 extern int ql2xenforce_iocb_limit; ··· 219 220 extern int __qla83xx_set_drv_presence(scsi_qla_host_t *vha); 220 221 extern int qla83xx_clear_drv_presence(scsi_qla_host_t *vha); 221 222 extern int __qla83xx_clear_drv_presence(scsi_qla_host_t *vha); 222 - extern int qla2x00_post_uevent_work(struct scsi_qla_host *, u32); 223 223 224 224 extern int qla2x00_post_uevent_work(struct scsi_qla_host *, u32); 225 225 extern void qla2x00_disable_board_on_pci_error(struct work_struct *); ··· 684 686 extern int qla2x00_chk_ms_status(scsi_qla_host_t *, ms_iocb_entry_t *, 685 687 struct ct_sns_rsp *, const char *); 686 688 extern void qla2x00_async_iocb_timeout(void *data); 687 - 688 - extern void qla2x00_free_fcport(fc_port_t *); 689 689 690 690 extern int qla24xx_post_gpnid_work(struct scsi_qla_host *, port_id_t *); 691 691 extern int qla24xx_async_gpnid(scsi_qla_host_t *, port_id_t *);