aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2017-06-21 10:48:30 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2017-06-26 15:00:59 -0400
commitd821bbdae4f3187ffd52877265f8eab25e21d3ba (patch)
tree2ceb298215d301b6de7332e21b0ef9ce28780876 /include/scsi
parentscsi: csiostor: update module version (diff)
downloadlinux-dev-d821bbdae4f3187ffd52877265f8eab25e21d3ba.tar.xz
linux-dev-d821bbdae4f3187ffd52877265f8eab25e21d3ba.zip
scsi: fc: drop residual tsk_mgmt_response and it_nexus_response
After commit 556e26a70b64 ("scsi: remove tsk_mgmt_response and it_nexus_response transport methods"), the target driver support was removed totally. Drop the residual. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_transport_fc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h
index 6e208bb32c78..e308cd59e556 100644
--- a/include/scsi/scsi_transport_fc.h
+++ b/include/scsi/scsi_transport_fc.h
@@ -658,10 +658,6 @@ struct fc_function_template {
int (*vport_disable)(struct fc_vport *, bool);
int (*vport_delete)(struct fc_vport *);
- /* target-mode drivers' functions */
- int (* tsk_mgmt_response)(struct Scsi_Host *, u64, u64, int);
- int (* it_nexus_response)(struct Scsi_Host *, u64, int);
-
/* bsg support */
int (*bsg_request)(struct bsg_job *);
int (*bsg_timeout)(struct bsg_job *);