aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback/tcm_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/target/loopback/tcm_loop.c')
-rw-r--r--drivers/target/loopback/tcm_loop.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/target/loopback/tcm_loop.c b/drivers/target/loopback/tcm_loop.c
index 4ab1d0b43a85..7a0da1ae0040 100644
--- a/drivers/target/loopback/tcm_loop.c
+++ b/drivers/target/loopback/tcm_loop.c
@@ -846,11 +846,6 @@ static int tcm_loop_queue_tm_rsp(struct se_cmd *se_cmd)
846 return 0; 846 return 0;
847} 847}
848 848
849static u16 tcm_loop_set_fabric_sense_len(struct se_cmd *se_cmd, u32 sense_length)
850{
851 return 0;
852}
853
854static char *tcm_loop_dump_proto_id(struct tcm_loop_hba *tl_hba) 849static char *tcm_loop_dump_proto_id(struct tcm_loop_hba *tl_hba)
855{ 850{
856 switch (tl_hba->tl_proto_id) { 851 switch (tl_hba->tl_proto_id) {
@@ -1368,7 +1363,6 @@ static int tcm_loop_register_configfs(void)
1368 fabric->tf_ops.queue_data_in = &tcm_loop_queue_data_in; 1363 fabric->tf_ops.queue_data_in = &tcm_loop_queue_data_in;
1369 fabric->tf_ops.queue_status = &tcm_loop_queue_status; 1364 fabric->tf_ops.queue_status = &tcm_loop_queue_status;
1370 fabric->tf_ops.queue_tm_rsp = &tcm_loop_queue_tm_rsp; 1365 fabric->tf_ops.queue_tm_rsp = &tcm_loop_queue_tm_rsp;
1371 fabric->tf_ops.set_fabric_sense_len = &tcm_loop_set_fabric_sense_len;
1372 1366
1373 /* 1367 /*
1374 * Setup function pointers for generic logic in target_core_fabric_configfs.c 1368 * Setup function pointers for generic logic in target_core_fabric_configfs.c