aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-09-25 14:56:43 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2011-10-23 23:20:46 -0400
commita3eedc227bfa7c9e21ef3cebe164d06a4c507a71 (patch)
tree276a9003777f55abd8633a23c9e4151509c8d0f4 /include/target
parent02b1a7463420e1cebe86c6755c44d3bd9489829e (diff)
target: remove unused se_subsystem_api methods
The cdb_none, map_data_SG and map_control_SG methods have no callers left and can be removed now. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_transport.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/target/target_core_transport.h b/include/target/target_core_transport.h
index e67feeb88b69..549b6b332b1b 100644
--- a/include/target/target_core_transport.h
+++ b/include/target/target_core_transport.h
@@ -234,18 +234,6 @@ struct se_subsystem_api {
234 */ 234 */
235 struct list_head sub_api_list; 235 struct list_head sub_api_list;
236 /* 236 /*
237 * For SCF_SCSI_NON_DATA_CDB
238 */
239 int (*cdb_none)(struct se_task *);
240 /*
241 * For SCF_SCSI_DATA_SG_IO_CDB
242 */
243 int (*map_data_SG)(struct se_task *);
244 /*
245 * For SCF_SCSI_CONTROL_SG_IO_CDB
246 */
247 int (*map_control_SG)(struct se_task *);
248 /*
249 * attach_hba(): 237 * attach_hba():
250 */ 238 */
251 int (*attach_hba)(struct se_hba *, u32); 239 int (*attach_hba)(struct se_hba *, u32);