aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r--include/scsi/scsi_host.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 89c40c4bd5c4..88f6871badd8 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -145,9 +145,6 @@ struct scsi_host_template {
145 int (* transfer_response)(struct scsi_cmnd *, 145 int (* transfer_response)(struct scsi_cmnd *,
146 void (*done)(struct scsi_cmnd *)); 146 void (*done)(struct scsi_cmnd *));
147 147
148 /* Used as callback for the completion of task management request. */
149 int (* tsk_mgmt_response)(struct Scsi_Host *, u64, u64 mid, int result);
150
151 /* 148 /*
152 * This is an error handling strategy routine. You don't need to 149 * This is an error handling strategy routine. You don't need to
153 * define one of these if you don't want to - there is a default 150 * define one of these if you don't want to - there is a default