|
|
3c6e85 |
From f0969d1c707aceee6f073dda9c0c2105f861eca4 Mon Sep 17 00:00:00 2001
|
|
|
3c6e85 |
From: Himanshu Madhani <hmadhani@redhat.com>
|
|
|
3c6e85 |
Date: Thu, 21 Nov 2019 16:36:38 -0500
|
|
|
3c6e85 |
Subject: [PATCH 128/155] [scsi] scsi: qla2xxx: Remove a superfluous forward
|
|
|
3c6e85 |
declaration
|
|
|
3c6e85 |
|
|
|
3c6e85 |
Message-id: <20191121163701.43688-4-hmadhani@redhat.com>
|
|
|
3c6e85 |
Patchwork-id: 287848
|
|
|
3c6e85 |
O-Subject: [RHLE 7.8 e-stor PATCH v3 03/26] scsi: qla2xxx: Remove a superfluous forward declaration
|
|
|
3c6e85 |
Bugzilla: 1731581
|
|
|
3c6e85 |
RH-Acked-by: Jarod Wilson <jarod@redhat.com>
|
|
|
3c6e85 |
RH-Acked-by: Ewan Milne <emilne@redhat.com>
|
|
|
3c6e85 |
RH-Acked-by: Tony Camuso <tcamuso@redhat.com>
|
|
|
3c6e85 |
|
|
|
3c6e85 |
From: Bart Van Assche <bvanassche@acm.org>
|
|
|
3c6e85 |
|
|
|
3c6e85 |
Bugzilla 1731581
|
|
|
3c6e85 |
|
|
|
3c6e85 |
Since qlt_make_local_sess() is defined before it is called, remove the
|
|
|
3c6e85 |
forward declaration of that function.
|
|
|
3c6e85 |
|
|
|
3c6e85 |
Cc: Himanshu Madhani <hmadhani@marvell.com>
|
|
|
3c6e85 |
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
|
|
|
3c6e85 |
Tested-by: Himanshu Madhani <hmadhani@marvell.com>
|
|
|
3c6e85 |
Reviewed-by: Himanshu Madhani <hmadhani@marvell.com>
|
|
|
3c6e85 |
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
|
|
3c6e85 |
(cherry picked from commit 36645232d9fccc3cea0e91499d1048f27db60f6f)
|
|
|
3c6e85 |
Signed-off-by: Himanshu Madhani <hmadhani@redhat.com>
|
|
|
3c6e85 |
Signed-off-by: Jan Stancek <jstancek@redhat.com>
|
|
|
3c6e85 |
---
|
|
|
3c6e85 |
drivers/scsi/qla2xxx/qla_target.c | 2 --
|
|
|
3c6e85 |
1 file changed, 2 deletions(-)
|
|
|
3c6e85 |
|
|
|
3c6e85 |
diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c
|
|
|
3c6e85 |
index cb205c7a3a62..83be92c72fb3 100644
|
|
|
3c6e85 |
--- a/drivers/scsi/qla2xxx/qla_target.c
|
|
|
3c6e85 |
+++ b/drivers/scsi/qla2xxx/qla_target.c
|
|
|
3c6e85 |
@@ -4189,8 +4189,6 @@ static inline int qlt_get_fcp_task_attr(struct scsi_qla_host *vha,
|
|
|
3c6e85 |
return fcp_task_attr;
|
|
|
3c6e85 |
}
|
|
|
3c6e85 |
|
|
|
3c6e85 |
-static struct fc_port *qlt_make_local_sess(struct scsi_qla_host *,
|
|
|
3c6e85 |
- uint8_t *);
|
|
|
3c6e85 |
/*
|
|
|
3c6e85 |
* Process context for I/O path into tcm_qla2xxx code
|
|
|
3c6e85 |
*/
|
|
|
3c6e85 |
--
|
|
|
3c6e85 |
2.13.6
|
|
|
3c6e85 |
|