diff options
author | Christoph Hellwig <hch@lst.de> | 2011-09-12 15:51:14 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-10-23 23:20:28 -0400 |
commit | 680b73c5f2fb60336707b53b2b2792d2c01b69dc (patch) | |
tree | 2c80c260bda7e87dadb11dd3b91b70828fc775fb /include/target | |
parent | acf3ecc4a1c7460662757c07ee1ec625760d3ae6 (diff) |
target: remove transport_generic_handle_cdb
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_transport.h b/include/target/target_core_transport.h index 46aae4f94ede..0482a28629ff 100644 --- a/include/target/target_core_transport.h +++ b/include/target/target_core_transport.h | |||
@@ -171,7 +171,6 @@ void *transport_kmap_first_data_page(struct se_cmd *cmd); | |||
171 | void transport_kunmap_first_data_page(struct se_cmd *cmd); | 171 | void transport_kunmap_first_data_page(struct se_cmd *cmd); |
172 | extern void transport_free_se_cmd(struct se_cmd *); | 172 | extern void transport_free_se_cmd(struct se_cmd *); |
173 | extern int transport_generic_allocate_tasks(struct se_cmd *, unsigned char *); | 173 | extern int transport_generic_allocate_tasks(struct se_cmd *, unsigned char *); |
174 | extern int transport_generic_handle_cdb(struct se_cmd *); | ||
175 | extern int transport_handle_cdb_direct(struct se_cmd *); | 174 | extern int transport_handle_cdb_direct(struct se_cmd *); |
176 | extern int transport_generic_handle_cdb_map(struct se_cmd *); | 175 | extern int transport_generic_handle_cdb_map(struct se_cmd *); |
177 | extern int transport_generic_handle_data(struct se_cmd *); | 176 | extern int transport_generic_handle_data(struct se_cmd *); |