diff options
Diffstat (limited to 'drivers/target/tcm_fc/tfc_conf.c')
-rw-r--r-- | drivers/target/tcm_fc/tfc_conf.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/target/tcm_fc/tfc_conf.c b/drivers/target/tcm_fc/tfc_conf.c index 9501844fae2d..b74feb0d5133 100644 --- a/drivers/target/tcm_fc/tfc_conf.c +++ b/drivers/target/tcm_fc/tfc_conf.c | |||
@@ -495,16 +495,6 @@ static void ft_set_default_node_attr(struct se_node_acl *se_nacl) | |||
495 | { | 495 | { |
496 | } | 496 | } |
497 | 497 | ||
498 | static u16 ft_get_fabric_sense_len(void) | ||
499 | { | ||
500 | return 0; | ||
501 | } | ||
502 | |||
503 | static u16 ft_set_fabric_sense_len(struct se_cmd *se_cmd, u32 sense_len) | ||
504 | { | ||
505 | return 0; | ||
506 | } | ||
507 | |||
508 | static u32 ft_tpg_get_inst_index(struct se_portal_group *se_tpg) | 498 | static u32 ft_tpg_get_inst_index(struct se_portal_group *se_tpg) |
509 | { | 499 | { |
510 | struct ft_tpg *tpg = se_tpg->se_tpg_fabric_ptr; | 500 | struct ft_tpg *tpg = se_tpg->se_tpg_fabric_ptr; |
@@ -542,8 +532,6 @@ static struct target_core_fabric_ops ft_fabric_ops = { | |||
542 | .queue_data_in = ft_queue_data_in, | 532 | .queue_data_in = ft_queue_data_in, |
543 | .queue_status = ft_queue_status, | 533 | .queue_status = ft_queue_status, |
544 | .queue_tm_rsp = ft_queue_tm_resp, | 534 | .queue_tm_rsp = ft_queue_tm_resp, |
545 | .get_fabric_sense_len = ft_get_fabric_sense_len, | ||
546 | .set_fabric_sense_len = ft_set_fabric_sense_len, | ||
547 | /* | 535 | /* |
548 | * Setup function pointers for generic logic in | 536 | * Setup function pointers for generic logic in |
549 | * target_core_fabric_configfs.c | 537 | * target_core_fabric_configfs.c |