diff options
Diffstat (limited to 'drivers/target/loopback')
-rw-r--r-- | drivers/target/loopback/tcm_loop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/target/loopback/tcm_loop.c b/drivers/target/loopback/tcm_loop.c index 026dffa0ed5a..22f4fe77237b 100644 --- a/drivers/target/loopback/tcm_loop.c +++ b/drivers/target/loopback/tcm_loop.c | |||
@@ -1312,7 +1312,6 @@ static struct configfs_attribute *tcm_loop_wwn_attrs[] = { | |||
1312 | static int tcm_loop_register_configfs(void) | 1312 | static int tcm_loop_register_configfs(void) |
1313 | { | 1313 | { |
1314 | struct target_fabric_configfs *fabric; | 1314 | struct target_fabric_configfs *fabric; |
1315 | struct config_group *tf_cg; | ||
1316 | int ret; | 1315 | int ret; |
1317 | /* | 1316 | /* |
1318 | * Set the TCM Loop HBA counter to zero | 1317 | * Set the TCM Loop HBA counter to zero |
@@ -1379,7 +1378,6 @@ static int tcm_loop_register_configfs(void) | |||
1379 | fabric->tf_ops.set_fabric_sense_len = &tcm_loop_set_fabric_sense_len; | 1378 | fabric->tf_ops.set_fabric_sense_len = &tcm_loop_set_fabric_sense_len; |
1380 | fabric->tf_ops.get_fabric_sense_len = &tcm_loop_get_fabric_sense_len; | 1379 | fabric->tf_ops.get_fabric_sense_len = &tcm_loop_get_fabric_sense_len; |
1381 | 1380 | ||
1382 | tf_cg = &fabric->tf_group; | ||
1383 | /* | 1381 | /* |
1384 | * Setup function pointers for generic logic in target_core_fabric_configfs.c | 1382 | * Setup function pointers for generic logic in target_core_fabric_configfs.c |
1385 | */ | 1383 | */ |