From: Bart Van Assche Date: Fri, 9 Aug 2019 03:01:28 +0000 (-0700) Subject: scsi: qla2xxx: Remove a superfluous forward declaration X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=36645232d9fccc3cea0e91499d1048f27db60f6f;p=openwrt%2Fstaging%2Fblogic.git scsi: qla2xxx: Remove a superfluous forward declaration Since qlt_make_local_sess() is defined before it is called, remove the forward declaration of that function. Cc: Himanshu Madhani Signed-off-by: Bart Van Assche Tested-by: Himanshu Madhani Reviewed-by: Himanshu Madhani Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c index d0061ae1488e..4c5f9c02c379 100644 --- a/drivers/scsi/qla2xxx/qla_target.c +++ b/drivers/scsi/qla2xxx/qla_target.c @@ -4106,8 +4106,6 @@ static inline int qlt_get_fcp_task_attr(struct scsi_qla_host *vha, return fcp_task_attr; } -static struct fc_port *qlt_make_local_sess(struct scsi_qla_host *, - uint8_t *); /* * Process context for I/O path into tcm_qla2xxx code */